Comparing version 3.23.3 to 3.23.4
@@ -47,3 +47,3 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
export declare type SafeParseReturnType<Input, Output> = SafeParseSuccess<Output> | SafeParseError<Input>; | ||
export declare abstract class ZodType<Output = any, Def extends ZodTypeDef = ZodTypeDef, Input = any> { | ||
export declare abstract class ZodType<Output = any, Def extends ZodTypeDef = ZodTypeDef, Input = Output> { | ||
readonly _type: Output; | ||
@@ -50,0 +50,0 @@ readonly _output: Output; |
{ | ||
"name": "zod", | ||
"version": "3.23.3", | ||
"version": "3.23.4", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
673741
3090