ts-error-as-value
Advanced tools
Comparing version 0.4.205 to 0.4.206
{ | ||
"name": "ts-error-as-value", | ||
"version": "0.4.205", | ||
"version": "0.4.206", | ||
"description": "Errors as values in typescript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
type Success<T> = import(".").Success<T>; | ||
type Failure<T, E extends Error> = import(".").Failure<T, any extends infer u ? u : never, E>; | ||
type Failure<E extends Error> = import(".").Failure<any extends infer u ? u : never, E>; | ||
type Result<T = void, E extends Error = Error> = import(".").Result<T, E>; | ||
@@ -5,0 +5,0 @@ |
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
48486