esformatter-parseint

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i esformatter-parseint

Weekly Downloads

306

Version

1.0.3

License

MIT

Last publish

Collaborators

  • kewah