@types/object-keys
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

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, and Jordan Harband.

/@types/object-keys/

    Package Sidebar

    Install

    npm i @types/object-keys

    Weekly Downloads

    24,627

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    3.08 kB

    Total Files

    5

    Last publish

    Collaborators

    • types