@opencreek/ext
Advanced tools
Comparing version 1.3.1--canary.6.da163693e90c14a2fdd7a13a02b7c14b18552d77.0 to 1.4.0--canary.6.1ae99ea59e3ae6d303b8cfd3093edcb64ec1d387.0
{ | ||
"name": "@opencreek/ext", | ||
"version": "1.3.1--canary.6.da163693e90c14a2fdd7a13a02b7c14b18552d77.0", | ||
"version": "1.4.0--canary.6.1ae99ea59e3ae6d303b8cfd3093edcb64ec1d387.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -46,4 +46,7 @@ import { mapValues } from "@opencreek/deno-std-collections" | ||
mapValues<T, Key extends keyof T, O>(thiz: Readonly<Record<Key, T>>, transformer: (value: T) => O): Record<Key, O>; | ||
mapValues<T, Key extends keyof T, O>( | ||
thiz: Readonly<Record<Key, T>>, | ||
transformer: (value: T) => O | ||
): Record<Key, O> | ||
} | ||
} |
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
43654
646