function nullTypeimport { nullType } from "https://deno.land/x/valibot@v0.8.0/src/schemas/nullType/index.ts"; nullType(error?: string): NullSchemaCreates a null schema. Parametersoptionalerror: stringThe error message. ReturnsNullSchemaA null schema.