UNPKG
spotifydl-core
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Spotify downloader for node
github.com/alensaito1/spotifydl-core
alensaito1/spotifydl-core
spotifydl-core
/
dist
/
lib
/
getYtlink.d.ts
3 lines
(2 loc)
•
84 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
(
term
:
string
) =>
Promise
<
string
>;
export
default
_default;