Files
novarix.uk/node_modules/@swc/helpers/cjs/_throw.cjs
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
71 B
JavaScript

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