UNPKG

@kingstinct/react-native-healthkit

Version:
4 lines (3 loc) 270 B
import type { QuantityTypeIdentifier } from '../types/QuantityTypeIdentifier'; declare function getMostRecentQuantitySample(identifier: QuantityTypeIdentifier, unit?: string): Promise<import("..").QuantitySample | undefined>; export default getMostRecentQuantitySample;