@robert-brightline/zod - v0.0.21
    Preparing search index...

    Variable validationsWithNoValueConst

    validationsWithNoValue: {
        email: RegExp;
        even: RegExp;
        future: RegExp;
        internal: RegExp;
        odd: RegExp;
        password: RegExp;
        past: RegExp;
        phone: RegExp;
        pin: RegExp;
        readonly: RegExp;
        required: RegExp;
        url: RegExp;
        uuid: RegExp;
        uuid4: RegExp;
        uuid6: RegExp;
        uuid7: RegExp;
    } = ...

    Type Declaration

    • email: RegExp
    • even: RegExp
    • future: RegExp
    • internal: RegExp
    • odd: RegExp
    • password: RegExp
    • past: RegExp
    • phone: RegExp
    • pin: RegExp
    • readonly: RegExp
    • required: RegExp
    • url: RegExp
    • uuid: RegExp
    • uuid4: RegExp
    • uuid6: RegExp
    • uuid7: RegExp