// Type definitions for camelcase-keys-deep 0.1 // Project: https://github.com/rxaviers/camelcase-keys-deep // Definitions by: Søren Englund // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 declare function camelcaseKeysDeep(obj: object): {}; export = camelcaseKeysDeep;