wilddragon-site/node_modules/@swc/helpers/cjs/_throw.cjs
2026-04-17 15:51:01 -04:00

6 lines
71 B
JavaScript
Executable file

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