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) 209 B
export declare namespace Parse { function urlToId(url: string): string; function uriToId(uri: string): string; function urlToUri(url: string): string; function uriToUrl(uri: string): string; }