UNPKG

@manhgdev/spotifyweb

Version:

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

5 lines (4 loc) 97 B
export function spCurlToken(cookie: any): Promise<{ token: any; expirationTime: any; }>;