Files
2025-12-07 14:32:46 +00:00

5 lines
139 B
JavaScript
Executable File

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