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

7 lines
88 B
JavaScript
Raw Normal View History

2024-06-24 09:24:00 +00:00
"use strict";
exports._ = exports._throw = _throw;
function _throw(e) {
throw e;
}