Files
memecoin-botV2/.pnpm-store/v10/files/d1/01e3420053b1c06c0561e68c833a1caafd3b8a9e88920476a6befbdcaca9da50fb1200db6256d11397c0c9d6a67cedf6ac7d9f801cc76f80927de433fc7823

8 lines
207 B
Plaintext

function _isNativeFunction(t) {
try {
return -1 !== Function.toString.call(t).indexOf("[native code]");
} catch (n) {
return "function" == typeof t;
}
}
export { _isNativeFunction as default };