UNPKG

expo-shazamkit

Version:
9 lines 355 B
import { MatchedItem } from "./ExpoShazamKit.types"; export declare function isAvailable(): boolean; export declare function startListening(): Promise<MatchedItem[]>; export declare function stopListening(): void; export declare function addToShazamLibrary(): Promise<{ success: boolean; }>; export { MatchedItem }; //# sourceMappingURL=index.d.ts.map