wilddragon-site/node_modules/@swc/helpers/cjs/_throw.cjs

7 lines
71 B
JavaScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
"use strict";
function _throw(e) {
throw e;
}
exports._ = _throw;