UNPKG
@lordxdd/yt-dl
Version:
latest (2.1.5)
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
YouTube-dl
@lordxdd/yt-dl
/
src
/
index.d.ts
6 lines
(5 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
"lordxdd"
{
export
function
ytadl
(
vid
:
string
):
Promise
<
string
>;
export
function
ytvdl
(
vid
:
string
,
quality
:
number
):
Promise
<
string
>;
export
function
yts
(
query
:
string
):
Promise
<
any
>; }