to-camel-case.d.ts 105 B

123456
  1. /**
  2. * To camel case.
  3. *
  4. * @param input
  5. */
  6. export declare function toCamelCase(input: string): string;