Blame view

天文台pc/tianwentai-ui/node_modules/dom-helpers/esm/matches.d.ts 194 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  /**
   * Checks if a given element matches a selector.
   *
   * @param node the element
   * @param selector the selector
   */
  export default function matches(node: Element, selector: string): boolean;