UNPKG

@ksolo/spotify-search

Version:

Spotify module to search and add songs to playlist

3 lines (2 loc) 116 B
export function setCredentials(id: string, key: string): void; export function search(query: string): Promise<any>;