@swan-io/boxed
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -153,3 +153,3 @@ import { JsonOption, JsonResult, LooseRecord } from "./types"; | ||
static equals: <A_1, E_1>(a: Result<A_1, E_1>, b: Result<A_1, E_1>, equals: (a: A_1, b: A_1) => boolean) => boolean; | ||
static fromJSON: <A_1, E_1>(value: JsonResult<A_1, E_1>) => Result<A_1, never> | Result<never, E_1>; | ||
static fromJSON: <A_1, E_1>(value: JsonResult<A_1, E_1>) => Result<A_1, E_1>; | ||
/** | ||
@@ -156,0 +156,0 @@ * Returns the Result containing the value from the callback |
{ | ||
"name": "@swan-io/boxed", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "MIT", | ||
@@ -43,2 +43,3 @@ "description": "Utility types for functional TypeScript", | ||
"test": "vitest run", | ||
"test:typecheck": "tsc --noEmit -p tsconfig.test.json", | ||
"typecheck": "tsc --noEmit", | ||
@@ -45,0 +46,0 @@ "benchmark": "node benchmark/src/option && node benchmark/src/result && node benchmark/src/future && node benchmark/src/future-result" |
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
184159