Initial boiler plate project
This commit is contained in:
4
node_modules/@swc/helpers/esm/_new_arrow_check.js
generated
vendored
Normal file
4
node_modules/@swc/helpers/esm/_new_arrow_check.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
export function _new_arrow_check(innerThis, boundThis) {
|
||||
if (innerThis !== boundThis) throw new TypeError("Cannot instantiate an arrow function");
|
||||
}
|
||||
export { _new_arrow_check as _ };
|
||||
Reference in New Issue
Block a user