Type Parameters

Hierarchy-Diagram

UML class diagram of ZodNullable
Legend
icon for a class in the UML class diagram class
icon for an abstract class in the UML class diagram abstract class
icon for a public property in the UML class diagram public property
icon for a public method in the UML class diagram public method
underlined static property/method
italic abstract property/method

Hierarchy (view full)

Constructors

Properties

_input: null | T["_input"]
_output: null | T["_output"]
_type: null | T["_output"]
spa: ((data: unknown, params?: Partial<ParseParams>) => Promise<SafeParseReturnType<null | T["_input"], null | T["_output"]>>)

Alias of safeParseAsync

Type declaration

create: (<T_1 extends ZodTypeAny>(type: T_1, params?: RawCreateParams) => ZodNullable<T_1>)

Type declaration

Accessors

  • get description(): undefined | string
  • Returns undefined | string

Methods

  • Parameters

    • def: null | T["_output"]

    Returns ZodCatch<ZodNullable<T>>

  • Parameters

    • def: ((ctx: {
          error: ZodError<any>;
          input: null | T["_input"];
      }) => null | T["_output"])
        • (ctx: {
              error: ZodError<any>;
              input: null | T["_input"];
          }): null | T["_output"]
        • Parameters

          • ctx: {
                error: ZodError<any>;
                input: null | T["_input"];
            }
            • error: ZodError<any>
            • input: null | T["_input"]

          Returns null | T["_output"]

    Returns ZodCatch<ZodNullable<T>>

  • Parameters

    • description: string

    Returns this

  • Returns boolean

  • Returns boolean

  • Returns T