@swc/helpers
Version:
External helpers for the swc project.
15 lines (14 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _objectDestructuringEmpty;
}
});
function _objectDestructuringEmpty(o) {
if (o === null || o === void 0) throw new TypeError("Cannot destructure " + o);
return o;
}