UNPKG

@gmjs/cli-wrapper

Version:
3 lines (2 loc) 138 B
export declare function camelCaseToKebabCase(value: string): string; export declare function kebabCaseToCamelCase(value: string): string;