UNPKG

camel-case

Version:

Transform into a string with the separator denoted by the next word capitalized

4 lines (3 loc) 137 B
import { Options } from "no-case"; export type { Options }; export declare function camelCase(input: string, options?: Options): string;