mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
13 lines
268 B
JavaScript
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
|