UNPKG

openapi-ts-json-schema

Version:

Generate TypeScript-first JSON schemas from OpenAPI definitions

7 lines (6 loc) 266 B
export declare const SCHEMA_ID_SYMBOL: unique symbol; export declare const PLACEHOLDER_REGEX: RegExp; /** * Generate a string placeholder containing the internal schema id value to be retrieved later */ export declare function idToPlaceholder(id: string): string;