📄 _throw.js
/home/palash/git/site/node_modules/@swc/helpers/esm/_throw.js
Language: js • Lines: 4
function _throw(e) {
    throw e;
}
export { _throw as _ };