Module Flow_ast.ModuleRefLiteral

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