projecte_ionic/node_modules/core-js-pure/internals/object-is-prototype-of.js
2022-02-09 18:30:03 +01:00

4 lines
114 B
JavaScript
Executable file

var uncurryThis = require('../internals/function-uncurry-this');
module.exports = uncurryThis({}.isPrototypeOf);