UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 119 B
/** * Convert string to camelCase text. */ declare function camelCase(str: any): any; export default camelCase;