ts-error-as-value
Advanced tools
Comparing version 0.4.201 to 0.4.202
{ | ||
"name": "ts-error-as-value", | ||
"version": "0.4.201", | ||
"version": "0.4.202", | ||
"description": "Errors as values in typescript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -33,3 +33,3 @@ | ||
interface PartitionedResults<T, E extends Error> { | ||
interface PartitionedResults<T, E extends Error = Error> { | ||
data: T[], | ||
@@ -36,0 +36,0 @@ errors: AggregateError | E | null |
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
42606