UNPKG

@kingstinct/react-native-healthkit

Version:
4 lines (3 loc) 214 B
import type { HKSampleTypeIdentifier } from '..'; declare const subscribeToChanges: (identifier: HKSampleTypeIdentifier, callback: () => void) => Promise<() => Promise<boolean>>; export default subscribeToChanges;