type alias NonNullableRe-exportimport { type NonNullable } from "https://deno.land/x/valibot@v1.0.0-beta.5/src/index.ts"; Extracts null from a type. Type ParametersTValuedefinition: TValue extends null ? never : TValue