UNPKG
tealight
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.0
DOM queries that always return an array
github.com/jlmakes/tealight
jlmakes/tealight
tealight
/
src
/
index.d.ts
9 lines
(6 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
as
namespace
tealight
;
export
= tealight;
declare
function
tealight
(
target
:
string
|
HTMLElement
|
HTMLCollection
|
Array
<
any
>,
context
?:
HTMLElement
):
Array
<
HTMLElement
>;