3 lines
104 B
Plaintext
3 lines
104 B
Plaintext
declare const camelCase: (input: string | string[], options?: any) => string;
|
|
export default camelCase;
|