Sha256: 800f61e9487d9cf7c368a0213a4e2ef4d519117ea749966129005e1d44f203b3
Contents?: true
Size: 309 Bytes
Versions: 13
Compression:
Stored size: 309 Bytes
Contents
var $ = require('../internals/export'); var parseFloatImplementation = require('../internals/number-parse-float'); // `parseFloat` method // https://tc39.github.io/ecma262/#sec-parsefloat-string $({ global: true, forced: parseFloat != parseFloatImplementation }, { parseFloat: parseFloatImplementation });
Version data entries
13 entries across 13 versions & 4 rubygems