UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 227 B
/** * Convert an identifier string to pascal case * * @param input The identifer string * @returns the identifier in pascal case */ export declare function toPascalCase(input: string): string; export default toPascalCase;