Current Path : /home/infinitibizsol/.trash/node_modules.4/core-js/full/instance/ |
Current File : /home/infinitibizsol/.trash/node_modules.4/core-js/full/instance/demethodize.js |
'use strict'; var isPrototypeOf = require('../../internals/object-is-prototype-of'); var method = require('../function/virtual/demethodize'); var FunctionPrototype = Function.prototype; module.exports = function (it) { var own = it.demethodize; return it === FunctionPrototype || (isPrototypeOf(FunctionPrototype, it) && own === FunctionPrototype.demethodize) ? method : own; };