UNPKG

824 BMarkdownView Raw
1# Installation
2> `npm install --save @types/object-keys`
3
4# Summary
5This package contains type definitions for object-keys (https://github.com/ljharb/object-keys#readme).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys/index.d.ts)
10````ts
11declare function objectKeys(object: object): string[];
12
13declare namespace objectKeys {
14 function shim(): typeof objectKeys;
15}
16
17export = objectKeys;
18
19````
20
21### Additional Details
22 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
23 * Dependencies: none
24
25# Credits
26These definitions were written by [Vitor Luiz Cavalcanti](https://github.com/VitorLuizC), and [Jordan Harband](https://github.com/ljharb).
27
\No newline at end of file