UNPKG

@manhgdev/spotifyweb

Version:

Spotify library in typescript without using the Spotify Web API. No authentication required with automatic internal token generation.

7 lines (6 loc) 327 B
export declare namespace Musixmatch { function search(terms: string): Promise<any>; function getLyricsFromUrl(url: string): Promise<string[]>; function searchLyrics(terms: string): Promise<string[]>; function getLyricsAlternative(title: string, artist: string, duration?: string | number): Promise<string[]>; }