UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 217 B
/** * Convert an idenfifer string to a camel case * * @param input The identifier string * @returns string in cemal case */ export declare function toCamelCase(input: string): string; export default toCamelCase;