Files
scrap/node_modules/@swc/helpers/cjs/_throw.cjs
2024-09-24 03:52:46 +00:00

7 lines
88 B
JavaScript

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