UNPKG

@routineless/cdk

Version:
3 lines (2 loc) 134 B
export declare const capitalize: (input?: string) => string | undefined; export declare const toCamelCase: (input: string) => string;