Module Flow_ast.StringLiteral

type 'M t = {
  1. value : string;
  2. raw : string;
  3. comments : ('M, unit) Syntax.t option;
}