Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typebox_deno/src/typebox.ts>FormatRegistry

JSON Schema Type Builder with Static Type Resolution for TypeScript
Latest
namespace FormatRegistry
import { FormatRegistry } from "https://deno.land/x/typebox_deno@0.31.22/src/typebox.ts";

A registry for user defined string formats

Functions

Clears all user defined string formats

Deletes a registered format

Returns the entries in this registry

Gets a validation function for a user defined string format

Returns true if the user defined string format exists

Sets a validation function for a user defined string format