Skip to content

Commit 9c84cfc

Browse files
committed
docs(async/uniq): add link to sync version
1 parent 20b888b commit 9c84cfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

async/uniq.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Returns an iterable that yields the unique elements of the input iterable.
33
*
4+
* Use {@linkcode https://jsr.io/@core/iterutil/doc/uniq/~/uniq uniq} to get the unique elements synchronously.
5+
*
46
* @param iterable The iterable to get the unique elements of.
57
* @param identify An optional function to transform the elements before checking for uniqueness.
68
* @returns An iterable that yields the unique elements of the input iterable.

0 commit comments

Comments
 (0)