UNPKG

@telegram-apps/toolkit

Version:

Internal toolkit used in the @telegram-apps packages.

6 lines (5 loc) 161 B
/** * Converts string value from camel case to kebab case. * @param value - value to convert. */ export declare function camelToKebab(value: string): string;