UNPKG

lyrics-dumper

Version:

Lyrics Dumper. Get lyrics from google with everything.

7 lines (6 loc) 129 B
export declare type LyricsOutput = { title?: string; artist?: string; lyrics?: string; source?: string; };