Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/node_modules/@babel/runtime-corejs3/helpers/
Upload File :
Current File : /home/emeraadmin/public_html/node_modules/@babel/runtime-corejs3/helpers/isNativeFunction.js

var _indexOfInstanceProperty = require("core-js-pure/features/instance/index-of.js");
function _isNativeFunction(t) {
  try {
    var _context;
    return -1 !== _indexOfInstanceProperty(_context = Function.toString.call(t)).call(_context, "[native code]");
  } catch (n) {
    return "function" == typeof t;
  }
}
module.exports = _isNativeFunction, module.exports.__esModule = true, module.exports["default"] = module.exports;