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