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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    212
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    212
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i esformatter-parseint

Weekly Downloads

212

Version

1.0.3

License

MIT

Last publish

Collaborators

  • kewah