mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 06:59:13 +08:00
5 lines
No EOL
218 B
Text
5 lines
No EOL
218 B
Text
function _isNativeFunction(fn) {
|
|
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
}
|
|
|
|
module.exports = _isNativeFunction, module.exports.__esModule = true, module.exports["default"] = module.exports; |