File tree Expand file tree Collapse file tree
09-behavioral-design-patterns/14-async-iterator-utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 12 -async-generator-check-urls
1+ # 14 -async-iterator-utilities
22
3- This sample demonstrates how to use an async generator to implement an async
4- iterator.
3+ This sample demonstrates how to use async iterator utilities such as ` map ` and ` filter ` .
54
65## Run
76
87To run the example launch:
98
10- ```
9+ ``` bash
1110node index.js
1211```
Original file line number Diff line number Diff line change 11{
2- "name" : " 12 -async-generator-check-urls " ,
2+ "name" : " 14 -async-iterator-utilities " ,
33 "version" : " 1.0.0" ,
4- "description" : " This sample demonstrates how to use an async generator to implement an async iterator " ,
4+ "description" : " This sample demonstrates how to use async iterator utilities such as `map` and `filter` " ,
55 "type" : " module" ,
66 "scripts" : {},
77 "engines" : {
You can’t perform that action at this time.
0 commit comments