🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@webdeveric/utils

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webdeveric/utils - npm Package Compare versions

Comparing version
0.80.0
to
0.80.1
+2
-2
dist/types/unique.d.ts

@@ -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>;
{
"name": "@webdeveric/utils",
"description": "Just another collection of utilities.",
"version": "0.80.0",
"version": "0.80.1",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"