UNPKG

@svengroup/openapi-to-pdf

Version:

Create PDF API reference documentation from OpenAPI 3.0.x specification files.

6 lines (5 loc) 205 B
export declare const note_keys: { [key: string]: string; }; export declare function isHumanReadableNoteKey(key: string): boolean; export declare function getHumanReadableNoteKey(text: string): string;