UNPKG

@kingstinct/react-native-healthkit

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