securityos/node_modules/@swc/helpers/cjs/_object_destructuring_empty...

9 lines
237 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
"use strict";
exports._ = exports._object_destructuring_empty = _object_destructuring_empty;
function _object_destructuring_empty(o) {
if (o === null || o === void 0) throw new TypeError("Cannot destructure " + o);
return o;
}