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

1.1.2 • Public • Published

Installation

npm install --save @types/is-dom

Summary

This package contains type definitions for is-dom (https://github.com/npm-dom/is-dom#readme).

Details

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

index.d.ts

/**
 * Check if the given object is a dom node.
 */
declare function isNode(val: any): boolean;

export = isNode;

Additional Details

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

Credits

These definitions were written by Piotr Błażejewicz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/is-dom

Weekly Downloads

302

Version

1.1.2

License

MIT

Unpacked Size

2.78 kB

Total Files

5

Last publish

Collaborators

  • types