UNPKG

@manhgdev/spotifyweb

Version:

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

6 lines (5 loc) 209 B
export declare namespace Musixmatch { function search(terms: string): Promise<any>; function getLyricsFromUrl(url: string): Promise<string[]>; function searchLyrics(terms: string): Promise<any>; }