mirror of https://github.com/jkjoy/sunpeiwen.git
4 lines
217 B
JavaScript
4 lines
217 B
JavaScript
|
function _isNativeFunction(fn) {
|
||
|
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
||
|
}
|
||
|
module.exports = _isNativeFunction, module.exports.__esModule = true, module.exports["default"] = module.exports;
|