tiny-decoders
Advanced tools
Comparing version 17.0.1 to 18.0.0
@@ -1,2 +0,2 @@ | ||
export type Decoder<T, U = unknown> = (value: U) => DecoderResult<T>; | ||
export type Decoder<T> = (value: unknown) => DecoderResult<T>; | ||
export type DecoderResult<T> = { | ||
@@ -3,0 +3,0 @@ tag: "DecoderError"; |
{ | ||
"name": "tiny-decoders", | ||
"version": "17.0.1", | ||
"version": "18.0.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Simon Lydell", |
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
53282