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
/
functions
/
mainFunction.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
import
{
LyricsOutput
}
from
"../@types/type"
;
export
declare
function
getLyrics
(
song
:
string
):
Promise
<
LyricsOutput
>;