interface NumberOptions {
    unsigned?: boolean;
    zerofill?: boolean;
}

Hierarchy (view full)

Properties

Properties

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.