| Current Path : /home/emeraadmin/www/node_modules/@babel/runtime/helpers/esm/ |
| 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 };