Skip to main content
Module

x/valibot/mod.ts>Brand

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias Brand
import { type Brand } from "https://deno.land/x/valibot@v0.19.0/mod.ts";

Brand type.

Type Parameters

TBrandName extends BrandName
definition: { [BrandSymbol]: [TValue in TBrandName]: TValue; }