UNPKG

@kingstinct/react-native-healthkit

Version:
10 lines (9 loc) 250 B
import type { GenericQueryOptions } from '../types'; declare const prepareOptions: (options: GenericQueryOptions) => { limit: number; ascending: boolean; from: string; to: string; anchor: string; }; export default prepareOptions;