UNPKG

parsefloat

Version:
4 lines (3 loc) 64 B
module.exports = function(str) { return parseFloat(str); };