We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7992a92 commit 044309fCopy full SHA for 044309f
.npmignore
@@ -1,2 +1,3 @@
1
/*
2
!/dist
3
+!/CHANGELOG.md
src/spotify-types.ts
@@ -1,4 +1,6 @@
-// https://developer.spotify.com/documentation/web-playback-sdk/reference/
+/**
+ * @todo https://developer.spotify.com/documentation/web-playback-sdk/reference/
+ */
4
5
/** @hidden */
6
type SpotifyPlayerMethod<T = void> = () => Promise<T>;
0 commit comments