UNPKG

tealight

Version:

DOM queries that always return an array

9 lines (6 loc) 187 B
export as namespace tealight; export = tealight; declare function tealight( target: string | HTMLElement | HTMLCollection | Array<any>, context?: HTMLElement ): Array<HTMLElement>;