UNPKG

spotify-now

Version:
3 lines (2 loc) 155 B
import SpotifyWebApi from "spotify-web-api-node"; export declare function getSpotifyApi(clientId: string, clientSecret: string): Promise<SpotifyWebApi>;