UNPKG

slyrics

Version:

Scrape Lyrics without API Key

8 lines (7 loc) 258 B
import { SLyricsError } from "./SLyricsError"; export declare class SLyricsHTTPRequestError extends SLyricsError { statusCode: number; requestURL: string; method: string; constructor(statusCode: number, requestURL: string, method: string); }