Icard/angular-clarity-master(work.../node_modules/@babel/runtime/helpers/isNativeFunction.js

4 lines
217 B
JavaScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
function _isNativeFunction(fn) {
return Function.toString.call(fn).indexOf("[native code]") !== -1;
}
module.exports = _isNativeFunction, module.exports.__esModule = true, module.exports["default"] = module.exports;