makearmy-app/node_modules/@swc/helpers/cjs/_throw.cjs

7 lines
71 B
JavaScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
"use strict";
function _throw(e) {
throw e;
}
exports._ = _throw;