Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/schemas/set/types.ts>SetPathItem

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias SetPathItem
import { type SetPathItem } from "https://deno.land/x/valibot@v0.11.1/src/schemas/set/types.ts";

Set path item type.

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