astock-agent/frontend/node_modules/@swc/helpers/cjs/_throw.cjs
2026-04-07 20:51:00 +08:00

7 lines
88 B
JavaScript

"use strict";
exports._ = exports._throw = _throw;
function _throw(e) {
throw e;
}