animate/webGl/my-threejs-test/node_modules/@swc/helpers/esm/_throw.js

5 lines
67 B
JavaScript
Raw Normal View History

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