NeahFront7/node_modules/@swc/helpers/cjs/_throw.cjs
2025-04-10 18:14:28 +02:00

7 lines
88 B
JavaScript

"use strict";
exports._ = exports._throw = _throw;
function _throw(e) {
throw e;
}