UNPKG

@0x/typescript-typings

Version:
5 lines (4 loc) 112 B
declare function toSnakeCase(str: string): string; declare module 'to-snake-case' { export = toSnakeCase; }