mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* added types for camelcase-keys-deep * Refactored test file and removed namespace declaration from index.d.ts
10 lines
352 B
TypeScript
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;
|