Initial boiler plate project
This commit is contained in:
4
node_modules/@swc/helpers/esm/_is_native_function.js
generated
vendored
Normal file
4
node_modules/@swc/helpers/esm/_is_native_function.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
export function _is_native_function(fn) {
|
||||
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
||||
}
|
||||
export { _is_native_function as _ };
|
||||
Reference in New Issue
Block a user