UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

4 lines (2 loc) 155 B
import { TsonSchemaOrPrimitive } from './tson/TsonSchemaOrPrimitive'; export declare const tsonToType: <S extends TsonSchemaOrPrimitive>(s: S) => string;