@bunt/util
Advanced tools
Comparing version 0.24.11 to 0.24.20
@@ -14,4 +14,5 @@ export declare type XMapArrayFactory<K, V> = (value: V, index: number, array: V[]) => K; | ||
static fromObject<T extends Record<any, any>, K extends keyof T>(values: T, initializer?: XMapInitializer<K, T[K]>): XMap<K, T[K]>; | ||
ensure(key: K, initializer?: XMapInitializer<K, V> | undefined): V; | ||
ensure(key: K): V; | ||
ensure<NV extends V = V>(key: K, initializer: XMapInitializer<K, NV>): NV; | ||
pick(key: K): V | undefined; | ||
} |
{ | ||
"name": "@bunt/util", | ||
"version": "0.24.11", | ||
"version": "0.24.20", | ||
"keywords": [ | ||
@@ -29,3 +29,3 @@ "typescript" | ||
"license": "MIT", | ||
"gitHead": "e59f3252b85e2ebdfd06c039a62f18fe7554afbe" | ||
"gitHead": "8cafe7233aa789c16bb75df8fdc06637a7b1163b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148356
2270