to-pascal-case.d.ts 107 B

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