Files
Stackq/node_modules/@swc/helpers/cjs/_throw.cjs
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

7 lines
71 B
JavaScript

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