UNPKG

slyrics

Version:

Scrape Lyrics without API Key

5 lines (4 loc) 173 B
import { SLyricsError } from "./SLyricsError"; export declare class SLyricsNotImplementedError extends SLyricsError { constructor(constant: string, message?: string); }