UNPKG

@wwdrew/expo-spotify-sdk

Version:
8 lines 352 B
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