dc5f4ab28
c6dece6bd
1 2
3
4
declare function toSnakeCase(str: string): string; declare module 'to-snake-case' { export = toSnakeCase; }