Initial boiler plate project
This commit is contained in:
6
node_modules/@swc/helpers/cjs/_throw.cjs
generated
vendored
Normal file
6
node_modules/@swc/helpers/cjs/_throw.cjs
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
exports._ = exports._throw = _throw;
|
||||
function _throw(e) {
|
||||
throw e;
|
||||
}
|
||||
Reference in New Issue
Block a user