@jridgewell/set-array
Advanced tools
Comparing version
@@ -10,3 +10,3 @@ declare type Key = string | number | symbol; | ||
*/ | ||
export declare class SetArray<T extends Key> { | ||
export declare class SetArray<T extends Key = Key> { | ||
private _indexes; | ||
@@ -13,0 +13,0 @@ array: readonly T[]; |
{ | ||
"name": "@jridgewell/set-array", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Like a Set, but provides the index of the `key` in the backing array", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17945
0.1%