import { type NullSchema } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Null schema type.
definition: BaseSchema<null, TOutput> & { schema: "null"; }
x/valibot/src/index.ts>NullSchema
import { type NullSchema } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Null schema type.