1.0.3 • Published 9 years ago

esformatter-parseint v1.0.3

Weekly downloads
97
License
MIT
Repository
github
Last release
9 years ago

esformatter-parseint Build Status

esformatter plugin that adds the radix parameter to parseInt

parseInt(1.1);
// transformed to:
parseInt(1.1, 10);

Install

With npm do:

$ npm install esformatter-parseint

Usage

esformatter config file:

{
  "plugins": [
    "esformatter-parseint"
  ]
}

License

MIT