UNPKG

@hangtime/grip-connect-cli

Version:
7 lines 211 B
/** * Device definition for the Climbro hangboard. */ import type { DeviceDefinition } from "../types.js"; declare const climbro: DeviceDefinition; export default climbro; //# sourceMappingURL=climbro.d.ts.map