File "isNativeFunction.js"

Full Path: /var/www/html/gitep_front/node_modules/@babel/runtime/helpers/isNativeFunction.js
File size: 280 bytes
MIME-type: text/plain
Charset: utf-8

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