Module Flow_ast.NumberLiteral

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