Files
scrap/node_modules/@swc/helpers/esm/_throw.js
2024-09-24 03:52:46 +00:00

5 lines
67 B
JavaScript

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