UNPKG

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