Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

6 řádky
289 B

  1. import { Options } from "no-case";
  2. export { Options };
  3. export declare function pascalCaseTransform(input: string, index: number): string;
  4. export declare function pascalCaseTransformMerge(input: string): string;
  5. export declare function pascalCase(input: string, options?: Options): string;