@ensi-platform/typescript-openapi-generator
Version:
A swagger client generator for typescript
6 lines • 429 B
TypeScript
export declare const cleanPathFromTheFile: (path: string) => string;
export declare const resolvePathSegments: (paths: string[]) => string;
export declare const serializeToCamelCase: (str: string) => string;
export declare const getNestedValue: <T extends Record<string, any>>(obj: T, objPath: string[]) => T;
export declare const serializeNodeName: (filePath: string) => string | undefined;
//# sourceMappingURL=helpers.d.ts.map