Skip to main content
Module

x/valibot/mod.ts>SetPathItem

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

Set path item type.

definition: { schema: "set"; input: Set<any>; key: number; value: any; }