@webdeveric/utils
Advanced tools
@@ -5,4 +5,4 @@ export type UniqueOptions<Type> = { | ||
| }; | ||
| export declare function unique<Type>(items: AsyncIterable<Type>, options?: UniqueOptions<Type>): AsyncIterable<string>; | ||
| export declare function unique<Type>(items: AsyncIterable<Type>, options?: UniqueOptions<Type>): AsyncIterable<Type>; | ||
| export declare function unique<Type>(items: Iterable<Type>, options?: UniqueOptions<Type>): Iterable<Type>; | ||
| export declare function unique(items: string, options?: UniqueOptions<string>): Iterable<string>; | ||
| export declare function unique<Type>(items: AsyncIterable<Type> | Iterable<Type>, options?: UniqueOptions<Type>): AsyncIterable<Type> | Iterable<Type>; |
+1
-1
| { | ||
| "name": "@webdeveric/utils", | ||
| "description": "Just another collection of utilities.", | ||
| "version": "0.80.0", | ||
| "version": "0.80.1", | ||
| "publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
240123
0.02%