UNPKG

@hangtime/grip-connect-cli

Version:
7 lines 215 B
/** * Device definition for the PB-700BT dynamometer. */ import type { DeviceDefinition } from "../types.js"; declare const pb700bt: DeviceDefinition; export default pb700bt; //# sourceMappingURL=pb-700bt.d.ts.map