UNPKG

slyrics

Version:

Scrape Lyrics without API Key

6 lines (5 loc) 177 B
import { type Response } from "undici"; export declare class HTTPRequester { static get(url: string): Promise<Response>; static getText(url: string): Promise<string>; }