Comparing version 3.23.0-canary.20240314T051126 to 3.23.0-canary.20240314T051637
@@ -862,3 +862,3 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
} | ||
export declare class ZodReadonly<T extends ZodTypeAny> extends ZodType<MakeReadonly<T["_output"]>, ZodReadonlyDef<T>, T["_input"]> { | ||
export declare class ZodReadonly<T extends ZodTypeAny> extends ZodType<MakeReadonly<T["_output"]>, ZodReadonlyDef<T>, MakeReadonly<T["_input"]>> { | ||
_parse(input: ParseInput): ParseReturnType<this["_output"]>; | ||
@@ -865,0 +865,0 @@ static create: <T_1 extends ZodTypeAny>(type: T_1, params?: RawCreateParams) => ZodReadonly<T_1>; |
{ | ||
"name": "zod", | ||
"version": "3.23.0-canary.20240314T051126", | ||
"version": "3.23.0-canary.20240314T051637", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
629076