15 lines
361 B
JavaScript
15 lines
361 B
JavaScript
"use strict";
|
|
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;
|
|
}
|