Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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