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

x/valibot/mod.ts>TypedDataset

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface TypedDataset
Re-export
import { type TypedDataset } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Typed dataset type.

Type Parameters

TValue
TIssue extends BaseIssue<unknown>

Properties

typed: true

Whether is's typed.

value: TValue

The dataset value.

optional
issues: [TIssue, ...TIssue[]]

The dataset issues.