@hegeldev/hegel
    Preparing search index...

    Interface FloatOptions

    interface FloatOptions {
        allowInfinity?: boolean;
        allowNan?: boolean;
        excludeMax?: boolean;
        excludeMin?: boolean;
        maxValue?: number;
        minValue?: number;
    }
    Index

    Properties

    allowInfinity?: boolean
    allowNan?: boolean
    excludeMax?: boolean
    excludeMin?: boolean
    maxValue?: number
    minValue?: number