UNPKG

@42techpacks/expo-spotify-sdk

Version:
12 lines 319 B
import { EventEmitter } from "expo-modules-core"; const emitter = new EventEmitter({}); export default { PI: Math.PI, async setValueAsync(value) { emitter.emit("onChange", { value }); }, hello() { return "Hello world! 👋"; }, }; //# sourceMappingURL=ExpoSpotifySDKModule.web.js.map