Skip to main content
Module

x/valibot/src/types/index.ts>NonOptional

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
type alias NonOptional
import { type NonOptional } from "https://deno.land/x/valibot@v0.36.0/src/types/index.ts";

Extracts undefined from a type.

definition: TValue extends undefined ? never : TValue