@ts-common/string-map
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -14,3 +14,3 @@ import { Tuple2 } from "@ts-common/tuple"; | ||
export declare type PartialStringMap<K extends string, V> = { | ||
readonly [k in K]: V; | ||
readonly [k in K]?: V; | ||
} & object; | ||
@@ -17,0 +17,0 @@ export declare const toStringMap: <K extends string, V>(v: PartialStringMap<K, V>) => StringMap<V>; |
{ | ||
"name": "@ts-common/string-map", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "String Map", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16686