📄 _throw.cjs
/home/palash/git/site/node_modules/@swc/helpers/cjs/_throw.cjs
Language: cjs • Lines: 6
"use strict";

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