UNPKG

swagger-to-mock

Version:

mock data generator from Swagger (OpenAPI 3)

6 lines (5 loc) 258 B
export declare const getSchemaName: (ref: string) => string | null; export declare const normalizePath: (path: string) => string; export declare const writeFiles: (data: { [file: string]: any; }, outputPath: string, log: (message: any) => void) => void;