bpms_site/.svn/pristine/b6/b639e41a77fcff57e712f19441d2d476340b9267.svn-base
2025-11-02 16:38:49 +03:30

6 lines
218 B
Plaintext

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