UNPKG

@cfworker/json-schema

Version:

A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.

3 lines (2 loc) 146 B
export declare const fullFormat: Record<string, (s: string) => boolean>; export declare const fastFormat: Record<string, (s: string) => boolean>;