Module Flow_ast.StringLiteral

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