1.0.0 • Published 11 years ago

actually-this-is-a-number v1.0.0

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

Actually, this is a number

Inspiration

https://twitter.com/jergason/status/389957291811676160

Installation

npm install actually-this-is-a-number

Usage

var actuallyThisIsANumber = require('actually-this-is-a-number');
String.prototype.numberify = function() { return actuallyThisIsANumber(this); };

actuallyThisIsANumber('1,000,000'); // 1000000
'1,234,5678.9'.numberify(); // 12345678.9

License & Copyright

MIT

(c) 2013 Ryan Florence