projecte_ionic/node_modules/core-js-pure/internals/this-number-value.js

6 lines
197 B
JavaScript
Raw Normal View History

2022-02-09 18:30:03 +01:00
var uncurryThis = require('../internals/function-uncurry-this');
// `thisNumberValue` abstract operation
// https://tc39.es/ecma262/#sec-thisnumbervalue
module.exports = uncurryThis(1.0.valueOf);