UNPKG
spotifydl-x
Version:
latest (0.3.5)
0.3.5
0.3.0
Spotify downloader for node
github.com/alensaito1/spotifydl-core
alensaito1/spotifydl-core
spotifydl-x
/
dist
/
lib
/
metadata.d.ts
4 lines
(3 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
import
{
ITrack
}
from
'../typings'
;
declare
const
_default
:
(
data
:
ITrack
,
file
:
string
) =>
Promise
<
string
>;
export
default
_default;