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
/
Error.d.ts
6 lines
(5 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
class
SpotifyDlError
extends
Error
{
message
:
string
;
name
:
string
;
constructor
(
message
:
string
,
name
?:
string
); }