UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

4 lines (2 loc) 156 B
import { JsonSchemaOrPrimitive } from '../json/JsonSchemaOrPrimitive'; export declare const jsonToType: <S extends JsonSchemaOrPrimitive>(s: S) => string;