@wwdrew/expo-spotify-sdk
Version:
Expo Module for native Spotify SDK
8 lines • 352 B
TypeScript
import { SpotifyConfig, SpotifySession } from "./ExpoSpotifySDK.types";
declare function isAvailable(): boolean;
declare function authenticateAsync(config: SpotifyConfig): Promise<SpotifySession>;
declare const Authenticate: {
authenticateAsync: typeof authenticateAsync;
};
export { isAvailable, Authenticate };
//# sourceMappingURL=index.d.ts.map