npm install --save @types/dom-matches
This package contains type definitions for dom-matches (https://github.com/necolas/dom-matches).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dom-matches.
declare function matches(element: Element | null | undefined, selector: string): boolean;
export = matches;
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
These definitions were written by Avi Vahl.