@ts-common/string-map
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -13,2 +13,3 @@ import { Tuple2 } from "@ts-common/tuple"; | ||
} | ||
export declare type StringMapItem<T> = T extends StringMap<infer I> ? I : never; | ||
export declare function allKeys<T>(input: StringMap<T | undefined>): Iterable<string>; | ||
@@ -15,0 +16,0 @@ export declare function entries<T>(input: StringMap<T | undefined>): Iterable<Entry<T>>; |
{ | ||
"name": "@ts-common/string-map", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -31,10 +31,10 @@ "main": "index.js", | ||
"nyc": "^12.0.2", | ||
"tslint": "^5.10.0", | ||
"tslint": "^5.11.0", | ||
"tslint-immutable": "^4.6.0", | ||
"typescript": "^2.9.2" | ||
"typescript": "^3.0.0-rc" | ||
}, | ||
"dependencies": { | ||
"@ts-common/iterator": "0.0.21", | ||
"@ts-common/iterator": "0.0.29", | ||
"@ts-common/tuple": "0.0.0" | ||
} | ||
} |
15155
73
+ Added@ts-common/iterator@0.0.29(transitive)
- Removed@ts-common/iterator@0.0.21(transitive)
Updated@ts-common/iterator@0.0.29