UNPKG

autumn-js

Version:

Autumn JS Library

4 lines (2 loc) 95 B
declare const toSnakeCase: (obj: any, excludeKeys?: string[]) => any; export { toSnakeCase };