UNPKG

@kingstinct/react-native-healthkit

Version:
8 lines (5 loc) 180 B
import Native from '../native-types' async function getWorkoutPlanById(workoutUUID: string) { return Native.getWorkoutPlanById(workoutUUID) } export default getWorkoutPlanById