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