Module Flow_ast.ModuleRefLiteral

type t('M, 'T) = {
  1. value: string,
  2. require_out: 'T,
  3. prefix_len: int,
  4. legacy_interop: bool,
  5. raw: string,
  6. comments: option(Syntax.t('M, unit)),
};