interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodCheckRegexInternals

    interface $ZodCheckRegexInternals {
        def: $ZodCheckRegexDef;
        issc: $ZodIssueInvalidStringFormat;
        onattach: ((schema: $ZodType) => void)[];
        when?: (payload: ParsePayload) => boolean;
        check(payload: ParsePayload<string>): MaybeAsync<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    The set of issues this check might throw.

    onattach: ((schema: $ZodType) => void)[]
    when?: (payload: ParsePayload) => boolean

    Methods