UNPKG

tsdom

Version:

Fast, lightweight JavaScript DOM manipulation utility

3 lines (2 loc) 143 B
declare function query(qry: string, ctx: Element | Document): HTMLElement | HTMLCollectionOf<Element> | NodeListOf<Element>; export { query };