UNPKG

@yonghuicheung/test-tools

Version:
5 lines 94 B
export class NumberFormat { static formatString(number) { return number.toString() } }