Package for parsing numbers from any string
Parse number from any string if it's possible.
Works in Node.js and browsers.
Usage
const numParse = // -> 5.5 // -> -5.5 // -> -5.5 // -> -5.5 // -> -5.5 // -> 5000 // -> 500055 // -> 5000.55 // -> 5000.55 // -> 5000 // -> 5000.55 // -> NaN // -> NaN // -> NaN // -> NaN
License
MIT