UNPKG

json-schema-typescript-generator

Version:
5 lines (4 loc) 237 B
import { SchemaId } from './schema-ids'; import { SchemaRef } from './schema-refs'; export declare const parseSchemaId: (id?: string) => SchemaId | undefined; export declare const parseSchemaRef: (ref?: string) => SchemaRef | undefined;