@swan-io/boxed
Advanced tools
Comparing version 0.11.0 to 0.11.1
import { Concrete, LooseRecord } from "./types"; | ||
export declare const entries: <T extends LooseRecord<unknown>>(value: T) => { [K in keyof Concrete<T>]: [K, T[K]]; }[keyof T]; | ||
export declare const entries: <T extends LooseRecord<unknown>>(value: T) => { [K in keyof Concrete<T>]: [K, T[K]]; }[keyof T][]; | ||
export declare const keys: <T extends LooseRecord<unknown>>(value: T) => (keyof T)[]; | ||
export declare const values: <T extends LooseRecord<unknown>>(value: T) => T[keyof T][]; |
@@ -0,1 +1,7 @@ | ||
# 0.11.1 | ||
Fixes: | ||
- Fixed a formatting issue causing an incorrec type (b9af1ee) | ||
# 0.11.0 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@swan-io/boxed", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Utility types for functional TypeScript", |
Sorry, the diff of this file is not supported yet
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
146397