UNPKG

badge-urls

Version:

Helper functions to generate URLs for all badges / shields from shields.io

4 lines (3 loc) 197 B
export declare function toCase(input: string, upperCaseFirst: boolean): string; export declare function camelCase(input: string): string; export declare function pascalCase(input: string): string;