Zodiac API Documentation - v0.0.3
    Preparing search index...

    Variable coerceConst

    coerce: {
        string: typeof ZodString["create"];
        number: typeof ZodNumber["create"];
        boolean: typeof ZodBoolean["create"];
        bigint: typeof ZodBigInt["create"];
        date: typeof ZodDate["create"];
    }

    Type declaration