UNPKG

lyrics-dumper

Version:

Lyrics Dumper. Get lyrics from google with everything.

3 lines (2 loc) 121 B
import { LyricsOutput } from "../@types/type"; export declare function getLyrics(song: string): Promise<LyricsOutput>;