projecte_ionic/node_modules/core-js-pure/internals/this-number-value.js
2022-02-09 18:30:03 +01:00

6 lines
197 B
JavaScript
Executable file

var uncurryThis = require('../internals/function-uncurry-this');
// `thisNumberValue` abstract operation
// https://tc39.es/ecma262/#sec-thisnumbervalue
module.exports = uncurryThis(1.0.valueOf);