@opencreek/ext
Advanced tools
Comparing version 1.4.0--canary.6.1ae99ea59e3ae6d303b8cfd3093edcb64ec1d387.0 to 1.4.0--canary.6.ec7de86a46e38f377f8ec7bfdc793bbafff30958.0
@@ -6,3 +6,3 @@ declare global { | ||
takeUnless<T>(this: NonNullable<T>, predicate: (thiz: NonNullable<T>) => boolean): T | undefined; | ||
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>(this: Readonly<Record<Key, T>>, transformer: (value: T) => O): Record<Key, O>; | ||
} | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "@opencreek/ext", | ||
"version": "1.4.0--canary.6.1ae99ea59e3ae6d303b8cfd3093edcb64ec1d387.0", | ||
"version": "1.4.0--canary.6.ec7de86a46e38f377f8ec7bfdc793bbafff30958.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -47,3 +47,3 @@ import { mapValues } from "@opencreek/deno-std-collections" | ||
mapValues<T, Key extends keyof T, O>( | ||
thiz: Readonly<Record<Key, T>>, | ||
this: Readonly<Record<Key, T>>, | ||
transformer: (value: T) => O | ||
@@ -50,0 +50,0 @@ ): Record<Key, O> |
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