Files
Shifted/node_modules/@swc/helpers/esm/_throw.js
2026-02-10 01:14:19 +00:00

5 lines
67 B
JavaScript

export function _throw(e) {
throw e;
}
export { _throw as _ };