UNPKG

jsonv-ts

Version:

JSON Schema builder and validator for TypeScript with static type inference, Hono middleware for OpenAPI generation and validation, and MCP server/client implementation. Lightweight, dependency-free, and built on Web Standards.

3 lines (2 loc) 127 B
import type { Schema } from "./schema"; export declare const assertJson: (schema: Schema, expected: object | boolean) => void;