UNPKG

incyclist-ant-plus

Version:

Incyclist library for ANT+ - originally forked from longhorn/ant-plus

5 lines (4 loc) 243 B
import AntServerBinding, { AntServerDeviceProps } from './ant-server-binding'; import { AntDevice } from '../ant-device'; import { AntDeviceProps } from '../types'; export { AntDevice, AntDeviceProps, AntServerBinding, AntServerDeviceProps };