Module Flow_ast.BigIntLiteral

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