Files
Stackq/node_modules/@swc/helpers/esm/_throw.js
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

5 lines
60 B
JavaScript

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