Files
DefinitelyTyped/types/camelcase-keys/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
374 B
TypeScript

// Type definitions for camelcase-keys 4.0
// Project: https://github.com/sindresorhus/camelcase-keys#readme
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = camelcaseKeys;
declare function camelcaseKeys(input: any, options?: { exclude?: string[] | RegExp[], deep?: boolean }): any;