We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b888b commit 9c84cfcCopy full SHA for 9c84cfc
async/uniq.ts
@@ -1,6 +1,8 @@
1
/**
2
* Returns an iterable that yields the unique elements of the input iterable.
3
*
4
+ * Use {@linkcode https://jsr.io/@core/iterutil/doc/uniq/~/uniq uniq} to get the unique elements synchronously.
5
+ *
6
* @param iterable The iterable to get the unique elements of.
7
* @param identify An optional function to transform the elements before checking for uniqueness.
8
* @returns An iterable that yields the unique elements of the input iterable.
0 commit comments