UNPKG

num-beauty

Version:

An ultra lightweight module for formatting numbers into human-friendly strings

14 lines (13 loc) 477 B
export declare const locale: { readonly code: "en-US"; readonly name: "English (US)"; readonly masks: { readonly ssn: "###-##-####"; readonly ein: "##-#######"; readonly zip: "#####"; readonly phone: "(###) ###-####"; readonly 'tax-id': "###-##-####"; }; readonly currencies: {}; readonly units: readonly [readonly ["", ""], readonly ["k", "k"], readonly ["m", "m"], readonly ["b", "b"], readonly ["t", "t"]]; };