UNPKG

@freshworks/crayons

Version:
3 lines (2 loc) 127 B
export declare const dashToPascalCase: (str: string) => string; export declare const camelToDashCase: (str: string) => string;