UNPKG

@ensi-platform/typescript-openapi-generator

Version:
6 lines 429 B
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