Documentation
    Preparing search index...
    interface NumberOptions {
        unsigned?: boolean;
        zerofill?: boolean;
    }

    Hierarchy (View Summary)

    Index
    unsigned?: boolean

    Is unsigned?

    zerofill?: boolean

    Pad the value with zeros to the specified length.

    Currently useless for types that are returned as JS BigInts or JS Numbers.