Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias Validator
import { type Validator } from "https://deno.land/x/cargo_inspect@0.2.0/schema.ts";
definition: (value: unknown, key?: string) => ValidationError | undefined