@appolo/utils
Advanced tools
Comparing version 8.0.32 to 8.0.33
@@ -49,4 +49,7 @@ "use strict"; | ||
} | ||
static format(num) { | ||
return new Intl.NumberFormat().format(num); | ||
} | ||
} | ||
exports.Numbers = Numbers; | ||
//# sourceMappingURL=numbers.js.map |
@@ -59,2 +59,6 @@ export class Numbers { | ||
} | ||
public static format(num:number):string{ | ||
return new Intl.NumberFormat().format(num) | ||
} | ||
} |
@@ -20,3 +20,3 @@ { | ||
"main": "./index.js", | ||
"version": "8.0.32", | ||
"version": "8.0.33", | ||
"license": "MIT", | ||
@@ -23,0 +23,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
226344
4121