4 lines
139 B
JavaScript
4 lines
139 B
JavaScript
export function throwIteratorAccessError() {
|
|
throw new RangeError("Iterator access denied!");
|
|
}
|
|
//# sourceMappingURL=throwError.js.map
|