Files
est-frame/node_modules/core-js-pure/modules/es.parse-float.js
2025-10-22 05:38:27 +00:00

10 lines
278 B
JavaScript
Executable File

'use strict';
var $ = require('../internals/export');
var $parseFloat = require('../internals/number-parse-float');
// `parseFloat` method
// https://tc39.es/ecma262/#sec-parsefloat-string
$({ global: true, forced: parseFloat !== $parseFloat }, {
parseFloat: $parseFloat
});