securityos/node_modules/@swc/helpers/esm/_throw.js

5 lines
67 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
export function _throw(e) {
throw e;
}
export { _throw as _ };