makearmy-app/node_modules/@swc/helpers/esm/_throw.js

5 lines
60 B
JavaScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
function _throw(e) {
throw e;
}
export { _throw as _ };