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

1.0.5 • Public • Published

Installation

npm install --save @types/is-object

Summary

This package contains type definitions for is-object (https://github.com/ljharb/is-object).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-object.

index.d.ts

export = isObject;

declare function isObject(value: unknown): value is Record<string | symbol | number, unknown>;

declare namespace isObject {}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Wilson Hobbs, Jordan Harband, and Minh-Phuc Tran.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/is-object

Weekly Downloads

1,767

Version

1.0.5

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • types