RunKit + npm: number-tolocalestring-polyfill

node v6.17.1
endpointsharetweet
var numberTolocalestringPolyfill = require("number-tolocalestring-polyfill") console.log("1.1".toLocaleString("en", {useGrouping: true})) console.log("1000001".toLocaleString("en", {useGrouping: true}))
Created from: https://npm.runkit.com/number-tolocalestring-polyfill
Loading…