@kutuluk/number-to-string

v0.0.3
Fast converting of a number to a string on any base (radix)
number string any base radix converter encoder decoder

eslint

eslint src/number-to-string.js

test

mocha

bench

node ./benchmark/benchmark.js

babel

babel ./src/number-to-string.js --out-file ./lib/number-to-string.js

uglifyjs

uglifyjs ./lib/number-to-string.js -o ./dist/number-to-string.min.js -c -m

build

npm run eslint && npm run babel && npm run uglifyjs

publish-to-npm

npm install && npm run build && npm test && npm run bench && npm publish
npm i @kutuluk/number-to-string

Metadata

  • MIT
  • Whatever
  • kutuluk
  • released 1/26/2018

Downloads

Maintainers