full site update
This commit is contained in:
6
node_modules/@swc/helpers/cjs/_is_native_function.cjs
generated
vendored
Normal file
6
node_modules/@swc/helpers/cjs/_is_native_function.cjs
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
function _is_native_function(fn) {
|
||||
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
||||
}
|
||||
exports._ = _is_native_function;
|
Reference in New Issue
Block a user