Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/typebox/src/format/format.ts>FormatValidationFunction

JSON Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
type alias FormatValidationFunction
import { type FormatValidationFunction } from "https://deno.land/x/typebox@0.25.4/src/format/format.ts";
definition: (value: string) => boolean