Type Alias EJSONParseOptions

EJSONParseOptions: EJSONOptionsBase & {
    useBigInt64?: boolean;
}

Type declaration

  • OptionaluseBigInt64?: boolean

    Enable native bigint support

    false