makearmy-app/node_modules/@swc/helpers/cjs/_throw.cjs
2025-09-22 10:37:53 -04:00

6 lines
71 B
JavaScript

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