Files
infocom-systems-design/node_modules/@swc/helpers/cjs/_object_destructuring_empty.cjs
2025-10-03 22:27:28 +03:00

9 lines
199 B
JavaScript

"use strict";
function _object_destructuring_empty(o) {
if (o === null || o === void 0) throw new TypeError("Cannot destructure " + o);
return o;
}
exports._ = _object_destructuring_empty;