fd22b0bf58
V2 (Laravel re-make)
3 lines
118 B
JavaScript
Vendored
3 lines
118 B
JavaScript
Vendored
export default function _isNativeFunction(fn) {
|
|
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
} |