Package Exports
- parse-to-float
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (parse-to-float) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
parse-to-float
Parsing number to float with two digits precision
Install
npm install parse-to-floatUsage
var parseToFloat = require('parse-to-float');
parseToFloat(123.1234, 3); // 123.123Unit tests
npm testLicence
The MIT Licence @ 2016