We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afc428 commit 18b0b94Copy full SHA for 18b0b94
tslib.es6.js
@@ -116,7 +116,7 @@ export function __values(o) {
116
return { value: o && o[i++], done: !o };
117
}
118
};
119
- throw new TypeError(s ? "Object not iterable." : "Symbol.iterator is not defined.");
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
120
121
122
export function __read(o, n) {
tslib.js
@@ -153,7 +153,7 @@ var __importDefault;
153
154
155
156
157
158
159
__read = function (o, n) {
0 commit comments