UNPKG

@telegram-apps/toolkit

Version:

Internal toolkit used in the @telegram-apps packages.

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