UNPKG

@types/object-keys

Version:
27 lines (19 loc) 824 B
# Installation > `npm install --save @types/object-keys` # Summary This package contains type definitions for object-keys (https://github.com/ljharb/object-keys#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys/index.d.ts) ````ts declare function objectKeys(object: object): string[]; declare namespace objectKeys { function shim(): typeof objectKeys; } export = objectKeys; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 09:09:39 GMT * Dependencies: none # Credits These definitions were written by [Vitor Luiz Cavalcanti](https://github.com/VitorLuizC), and [Jordan Harband](https://github.com/ljharb).