Variable formatCompactConst
formatCompact: {
    (value: number): string;
    (value: number | bigint): string;
    (value: number | bigint | StringNumericLiteral): string;
} = ...
Type Declaration
- (value: number): string
 Returns string
- (value: number | bigint): string
 Returns string
- (value: number | bigint | StringNumericLiteral): string
 Parameters
- value: number | bigint | StringNumericLiteral
 
Returns string