num-beauty
Version:
An ultra lightweight module for formatting numbers into human-friendly strings
1 lines • 228 B
JavaScript
export const commonConfig={masks:{"credit-card":"#### #### #### ####"},currencies:{USD:{symbol:"$",position:"before"},EUR:{symbol:"€",position:"after"},GBP:{symbol:"£",position:"before"},BRL:{symbol:"R$",position:"before"}}};