Skip to content

Commit ab215f9

Browse files
committed
WIP
1 parent 03ef951 commit ab215f9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

async/mod.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* @module async
3+
*/
14
export * from "./chain.ts";
25
export * from "./chunked.ts";
36
export * from "./compact.ts";

chain.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@
2020
* console.log([...iter]); // [1, 2, "a", "b", true]
2121
* ```
2222
*
23-
* ## See also
24-
*
23+
* # See also
24+
* - {@link module:async/chain.chain} for the asynchronous version.
25+
* ## Test2
26+
* - {@link module:async.chain} for the asynchronous version.
27+
* ### Test3
28+
* - {@link chain} for the asynchronous version.
29+
* #### Test4
2530
* - {@link async/chain.chain} for the asynchronous version.
2631
*/
2732
export function* chain<T extends Iterable<unknown>[]>(

0 commit comments

Comments
 (0)