UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

7 lines 277 B
interface CamelCaseType { pascalCase: boolean; } declare const camelCase: (input: string | string[], options?: CamelCaseType) => string; export declare const pascalCase: (input: string | string[]) => string; export default camelCase; //# sourceMappingURL=camelCase.d.ts.map