bupkis
    Preparing search index...

    Namespace z

    Re-export of Zod v4 for use in custom assertion implementations.

    Namespaces

    core
    regexes
    util
    locales
    iso
    coerce

    Enumerations

    ZodFirstPartyTypeKind

    Interfaces

    ZodType
    _ZodType
    _ZodString
    ZodString
    ZodStringFormat
    ZodEmail
    ZodGUID
    ZodUUID
    ZodURL
    ZodEmoji
    ZodNanoID
    ZodCUID
    ZodCUID2
    ZodULID
    ZodXID
    ZodKSUID
    ZodIPv4
    ZodIPv6
    ZodCIDRv4
    ZodCIDRv6
    ZodBase64
    ZodBase64URL
    ZodE164
    ZodJWT
    ZodCustomStringFormat
    _ZodNumber
    ZodNumber
    ZodNumberFormat
    ZodInt
    ZodFloat32
    ZodFloat64
    ZodInt32
    ZodUInt32
    _ZodBoolean
    ZodBoolean
    _ZodBigInt
    ZodBigInt
    ZodBigIntFormat
    ZodSymbol
    ZodUndefined
    ZodNull
    ZodAny
    ZodUnknown
    ZodNever
    ZodVoid
    _ZodDate
    ZodDate
    ZodArray
    ZodObject
    ZodUnion
    ZodDiscriminatedUnion
    ZodIntersection
    ZodTuple
    ZodRecord
    ZodMap
    ZodSet
    ZodEnum
    ZodLiteral
    ZodFile
    ZodTransform
    ZodOptional
    ZodNullable
    ZodDefault
    ZodPrefault
    ZodNonOptional
    ZodSuccess
    ZodCatch
    ZodNaN
    ZodPipe
    ZodCodec
    ZodReadonly
    ZodTemplateLiteral
    ZodLazy
    ZodPromise
    ZodFunction
    ZodCustom
    ZodJSONSchemaInternals
    ZodJSONSchema
    ZodError
    ZodISODateTime
    ZodISODate
    ZodISOTime
    ZodISODuration
    ZodCoercedString
    ZodCoercedNumber
    ZodCoercedBigInt
    ZodCoercedBoolean
    ZodCoercedDate

    Type Aliases

    SafeExtendShape
    ZodIssue
    IssueData
    ZodSafeParseResult
    ZodSafeParseSuccess
    ZodSafeParseError
    inferFlattenedErrors
    inferFormattedError
    BRAND
    ZodRawShape

    Variables

    ZodType
    ZodString
    ZodStringFormat
    ZodEmail
    ZodGUID
    ZodUUID
    ZodURL
    ZodEmoji
    ZodNanoID
    ZodCUID
    ZodCUID2
    ZodULID
    ZodXID
    ZodKSUID
    ZodIPv4
    ZodIPv6
    ZodCIDRv4
    ZodCIDRv6
    ZodBase64
    ZodBase64URL
    ZodE164
    ZodJWT
    ZodCustomStringFormat
    ZodNumber
    ZodNumberFormat
    ZodBoolean
    ZodBigInt
    ZodBigIntFormat
    ZodSymbol
    ZodUndefined
    ZodNull
    ZodAny
    ZodUnknown
    ZodNever
    ZodVoid
    ZodDate
    ZodArray
    ZodObject
    ZodUnion
    ZodDiscriminatedUnion
    ZodIntersection
    ZodTuple
    ZodRecord
    ZodMap
    ZodSet
    ZodEnum
    ZodLiteral
    ZodFile
    ZodTransform
    ZodOptional
    ZodNullable
    ZodDefault
    ZodPrefault
    ZodNonOptional
    ZodSuccess
    ZodCatch
    ZodNaN
    ZodPipe
    ZodCodec
    ZodReadonly
    ZodTemplateLiteral
    ZodLazy
    ZodPromise
    ZodFunction
    ZodCustom
    stringbool
    ZodError
    ZodRealError
    parse
    parseAsync
    safeParse
    safeParseAsync
    encode
    decode
    encodeAsync
    decodeAsync
    safeEncode
    safeDecode
    safeEncodeAsync
    safeDecodeAsync
    ZodIssueCode
    ZodISODateTime
    ZodISODate
    ZodISOTime
    ZodISODuration

    Functions

    string
    email
    guid
    uuid
    uuidv4
    uuidv6
    uuidv7
    url
    httpUrl
    emoji
    nanoid
    cuid
    cuid2
    ulid
    xid
    ksuid
    ipv4
    ipv6
    cidrv4
    cidrv6
    base64
    base64url
    e164
    jwt
    stringFormat
    hostname
    hex
    hash
    number
    int
    float32
    float64
    int32
    uint32
    boolean
    bigint
    int64
    uint64
    symbol
    any
    unknown
    never
    date
    array
    keyof
    object
    strictObject
    looseObject
    union
    discriminatedUnion
    intersection
    tuple
    record
    partialRecord
    map
    set
    nativeEnum
    literal
    file
    transform
    optional
    nullable
    nullish
    _default
    prefault
    nonoptional
    success
    nan
    pipe
    codec
    readonly
    templateLiteral
    lazy
    promise
    _function
    check
    custom
    refine
    superRefine
    json
    preprocess
    setErrorMap
    getErrorMap
    clone
    undefined
    null
    void
    enum
    catch
    instanceof

    References

    infer → z.core.output
    output → z.core.output
    input → z.core.input
    globalRegistry → z.core.globalRegistry
    GlobalMeta → z.core.GlobalMeta
    registry → z.core.registry
    config → z.core.config
    $output → z.core.$output
    $input → z.core.$input
    $brand → z.core.$brand
    treeifyError → z.core.treeifyError
    prettifyError → z.core.prettifyError
    formatError → z.core.formatError
    flattenError → z.core.flattenError
    toJSONSchema → z.core.toJSONSchema
    TimePrecision → z.core.TimePrecision
    NEVER → z.core.NEVER
    function → _function
    lt → _lt
    lte → _lte
    gt → _gt
    gte → _gte
    positive → _positive
    negative → _negative
    nonpositive → _nonpositive
    nonnegative → _nonnegative
    multipleOf → _multipleOf
    maxSize → _maxSize
    minSize → _minSize
    size → _size
    maxLength → _maxLength
    minLength → _minLength
    length → _length
    regex → _regex
    lowercase → _lowercase
    uppercase → _uppercase
    includes → _includes
    startsWith → _startsWith
    endsWith → _endsWith
    property → _property
    mime → _mime
    overwrite → _overwrite
    normalize → _normalize
    trim → _trim
    toLowerCase → _toLowerCase
    toUpperCase → _toUpperCase
    RefinementCtx → $RefinementCtx
    ZodFlattenedError → $ZodFlattenedError
    ZodFormattedError → $ZodFormattedError
    ZodErrorMap → $ZodErrorMap
    TypeOf → z.core.output
    Infer → z.core.output
    ZodFirstPartySchemaTypes → $ZodTypes
    ZodTypeAny → z.ZodType
    ZodSchema → z.ZodType
    Schema → z.ZodType