UNPKG

ok-tools

Version:

My personal JS tools and utilities

2 lines (1 loc) 131 B
export declare function numberFormat(input: number | string, decimals?: number, decPoint?: string, thousandsSep?: string): string;