esformatter-parseint
v1.0.3
Published
esformatter plugin that adds the radix parameter to parseInt
Maintainers
Readme
esformatter-parseint 
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-parseintUsage
esformatter config file:
{
"plugins": [
"esformatter-parseint"
]
}License
MIT
