Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/types/index.ts

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

Interfaces

Array path item type.

Schema issue type.

Base schema type.

Base schema async type.

Base transformation type.

Base transformation async type.

Base validation type.

Base validation async type.

Config type.

Generic issue type.

Generic schema type.

Generic schema async type.

Generic transformation type.

Generic transformation async type.

Generic validation type.

Generic validation async type.

Map path item type.

Object entries type.

Object entries async type.

Object path item type.

Set path item type.

Typed dataset type.

Unknown path item type.

Untyped dataset type.

Type Aliases

The dataset type.

Deeply picks N specific keys.

Default type.

Default async type.

Default value type.

Error message type.

Extracts first tuple item.

Function reference type.

Infer input type.

Infer issue type.

Infer object input type.

Infer object issue type.

Infer object output type.

Infer output type.

Infer tuple input type.

Infer tuple issue type.

Infer tuple output type.

Issue dot path type.

Issue path item type.

Extracts last tuple item.

Marks specific keys as optional.

Constructs a type that is maybe a promise.

Constructs a type that is maybe readonly.

Extracts null from a type.

Extracts null and undefined from a type.

Extracts undefined from a type.

No pipe type.

Object keys type.

Extracts tuples with path keys.

Pipe action type.

Pipe action async type.

Pipe item type.

Pipe item async type.

Prettifies a type for better readability.

Question mark schema type.

Question mark schema async type.

Tuple items type.

Tuple items async type.

Converts union to intersection type.

Converts union to tuple type.