mirror of
https://github.com/labs42io/clean-code-typescript.git
synced 2025-05-09 12:03:33 +00:00
Use iterators and generators - fixed type
This commit is contained in:
parent
270e25a034
commit
2e1325b54e
1 changed files with 0 additions and 2 deletions
|
@ -991,8 +991,6 @@ items to access
|
|||
- built-in support for iterating items using the `for-of` syntax
|
||||
- iterables allow to implement optimized iterator patterns
|
||||
|
||||
For
|
||||
|
||||
**Bad:**
|
||||
|
||||
```ts
|
||||
|
|
Loading…
Add table
Reference in a new issue