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