Files
Shifted/node_modules/@swc/helpers/cjs/_throw.cjs
2026-02-10 01:14:19 +00:00

7 lines
88 B
JavaScript

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