Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/@babel/runtime/helpers/esm/
Upload File :
Current File : /home/emeraadmin/www/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js

function _isNativeFunction(t) {
  try {
    return -1 !== Function.toString.call(t).indexOf("[native code]");
  } catch (n) {
    return "function" == typeof t;
  }
}
export { _isNativeFunction as default };