UNPKG

case-converters

Version:

Change case functions for all cases in TypeScript and JavaScript. Combined version of all [`case-converters`](https://github.com/cvchauhan/case-converter) methods, so you do not need to install them separately. ESM and CJS bundles are included, also bac

2 lines (1 loc) 85 B
export declare function getCaseConverter(caseType: string): (str: string) => string;