Skip to content

Commit 980c625

Browse files
committed
chore(iterator.from): Removing a type assertion
1 parent 319cf8b commit 980c625

File tree

1 file changed

+1
-1
lines changed
  • workspaces/adventure-pack/goodies/typescript/Iterator.from

1 file changed

+1
-1
lines changed

workspaces/adventure-pack/goodies/typescript/Iterator.from/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ declare global {
2626
[Symbol.iterator]() {
2727
return this;
2828
},
29-
} as IterableIterator<T>;
29+
};
3030
}
3131
}
3232

0 commit comments

Comments
 (0)