Skip to content
Permalink
Newer
Older
100644 3 lines (3 sloc) 118 Bytes
Ignoring revisions in .git-blame-ignore-revs.
January 18, 2023 20:50
1
export default function _isNativeFunction(fn) {
2
return Function.toString.call(fn).indexOf("[native code]") !== -1;
3
}