projecte_ionic/node_modules/@babel/runtime/helpers/isNativeFunction.js
2022-02-09 18:30:03 +01:00

6 lines
218 B
JavaScript
Executable file

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