Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
This commit is contained in:
8
node_modules/@babel/runtime/helpers/esm/isNativeFunction.js
generated
vendored
Normal file
8
node_modules/@babel/runtime/helpers/esm/isNativeFunction.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
function _isNativeFunction(t) {
|
||||
try {
|
||||
return -1 !== Function.toString.call(t).indexOf("[native code]");
|
||||
} catch (n) {
|
||||
return "function" == typeof t;
|
||||
}
|
||||
}
|
||||
export { _isNativeFunction as default };
|
||||
Reference in New Issue
Block a user