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

x/typebox/src/typebox.ts>FormatRegistry

Json Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
namespace FormatRegistry
import { FormatRegistry } from "https://deno.land/x/typebox@0.31.20/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