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