UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

8 lines (7 loc) 174 B
import { SchemaBuilder } from './SchemaBuilder'; export * from './common'; export * from './schema'; /** * JSON Type AST builder. */ export declare const s: SchemaBuilder;