Interface FloatOptions

A set of options for parsing floating point numbers.

interface FloatOptions {
    allowExponent: boolean;
    allowFloatingPoint: boolean;
    allowImplicitZero: boolean;
    allowSign: boolean;
}

Properties

allowExponent: boolean
allowFloatingPoint: boolean
allowImplicitZero: boolean
allowSign: boolean