Files
med-notes/.pnpm-store/v10/files/33/2ac95ab4125929735ea960475f8469848fdefc6d74a52112c44adde5548f12eb2d7ea9002e648bb9b46c5c62084a15a58f80175a225d5ff5baf300a00645bc
2025-05-09 05:30:08 +02:00

12 lines
357 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _nonIterableRest;
function _nonIterableRest() {
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
//# sourceMappingURL=nonIterableRest.js.map