We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8969312 commit 5430bb8Copy full SHA for 5430bb8
packages/logger/src/options.ts
@@ -34,7 +34,7 @@ export const parseOptions = (
34
};
35
36
/**
37
- * A slow (O(n^2)) way to uniquify an array.
+ * Returns a copy of an array containing only its unique values.
38
*
39
* @param array - The array to filter.
40
* @returns The array, without duplicate values.
0 commit comments