UNPKG
slyrics
Version:
latest (1.0.22)
1.0.22
1.0.21
1.0.2
1.0.1
1.0.0
1.0.0-alpha.1
0.1.42
0.1.40
0.1.32
0.1.31
0.1.3
0.1.2
0.1.1
0.1.0
Scrape Lyrics without API Key
github.com/sannoob/slyrics
sannoob/slyrics
slyrics
/
dist
/
errors
/
SLyricsHTTPRequestError.d.ts
8 lines
(7 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { SLyricsError } from
"./SLyricsError"
; export declare
class
SLyricsHTTPRequestError
extends
SLyricsError
{ statusCode: number; requestURL: string;
method
:
string
; constructor(statusCode: number, requestURL: string,
method
:
string
)
; }