UNPKG

number-format.js

Version:
3 lines (2 loc) 101 B
declare const format : (mask: string, value: number, options?: object) => string; export = format;