hasClosestByHeadings.d.ts 179 B

12
  1. export declare const hasClosestByTag: (element: Node, nodeName: string) => false | HTMLElement;
  2. export declare const hasClosestByHeadings: (element: Node) => false | HTMLElement;