DefinitelyTyped/types/camelcase-keys-deep/index.d.ts
Søren Englund 0efa64a8ba added types for camelcase-keys-deep (#35458)
* added types for camelcase-keys-deep

* Refactored test file and removed namespace declaration from index.d.ts
2019-05-15 09:51:38 -07:00

10 lines
352 B
TypeScript

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