Outlook_Addin_LLM/node_modules/@swc/helpers/cjs/_throw.cjs

7 lines
71 B
JavaScript
Raw Permalink Normal View History

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