IOTConnect-Web/node_modules/js-sdsl/dist/cjs/utils/throwError.js
2024-05-09 09:49:52 +08:00

13 lines
268 B
JavaScript

"use strict";
Object.defineProperty(exports, "t", {
value: true
});
exports.throwIteratorAccessError = throwIteratorAccessError;
function throwIteratorAccessError() {
throw new RangeError("Iterator access denied!");
}
//# sourceMappingURL=throwError.js.map