UNPKG

@brandond/findthelyrics

Version:

Find the lyrics of any given song using the power of scraping!

2 lines (1 loc) 84 B
export declare function find_lyrics(query_string: string): Promise<string | Error>;