UNPKG
youd
Version:
latest (0.0.2)
0.0.2
0.0.1
CLI for download youtube videos.
youd
/
build
/
types
/
cli.d.ts
6 lines
(5 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
build
:
any
;
/** * Create the cli and kick it off */
declare
function
run
(
argv
:
any
):
Promise
<
any
>;