advanced-map-types
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -17,3 +17,4 @@ import { ElementOf } from 'typescript-miscellaneous'; | ||
export declare type EqualFunc<X> = (a: X, b: X) => boolean; | ||
export declare type InitFunc<X, Y> = (x: X) => Y; | ||
export declare type ElementEqualFunc<X extends any[]> = EqualFunc<ElementOf<X>>; | ||
export declare type UnboundedArray<X extends any[]> = ElementOf<X>[]; |
{ | ||
"name": "advanced-map-types", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "TypeScript definitions used by advanced-map packages", | ||
@@ -5,0 +5,0 @@ "author": "Hoàng Văn Khải <hvksmr1996@gmail.com>", |
1847
21