UNPKG

number.parsefloat

Version:

An ES-spec-compliant Number.parseFloat shim/polyfill/replacement that works as far down as ES3

6 lines (4 loc) 80 B
'use strict'; module.exports = function getPolyfill() { return parseFloat; };