Zod Utils by Ian Macalinao
    Preparing search index...

    Variable zCoerceBigintConst

    zCoerceBigint: z.ZodType<bigint, z.ZodUnionDef, bigint | number | string> = ...

    Coerces a bigint, number, or string to a bigint.

    This is especially useful for bigints returned from Kysely.