UNPKG
lyrics-dumper
Version:
latest (1.0.0)
1.0.0
0.0.3
0.0.2
0.0.1
Lyrics Dumper. Get lyrics from google with everything.
lyrics-dumper
/
dist
/
@types
/
type.d.ts
7 lines
(6 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
type
LyricsOutput
= {
title
?:
string
;
artist
?:
string
;
lyrics
?:
string
;
source
?:
string
; };