UNPKG

swaxios

Version:

Swagger API client generator based on axios and TypeScript.

7 lines (6 loc) 424 B
export declare function camelCase(words: string[], isPascalCase?: boolean): string; export declare function pascalCase(words: string[]): string; export declare function camelize(resourceName: string, isPascalCase?: boolean): string; export declare function generateServiceName(url: string): string; export declare function normalizeUrl(url: string): string; export declare function addStarsToNewline(text?: string): string;