first
This commit is contained in:
9
node_modules/core-js/modules/es.parse-int.js
generated
vendored
Normal file
9
node_modules/core-js/modules/es.parse-int.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
var $ = require('../internals/export');
|
||||
var $parseInt = require('../internals/number-parse-int');
|
||||
|
||||
// `parseInt` method
|
||||
// https://tc39.es/ecma262/#sec-parseint-string-radix
|
||||
$({ global: true, forced: parseInt != $parseInt }, {
|
||||
parseInt: $parseInt
|
||||
});
|
Reference in New Issue
Block a user