UNPKG

@hangtime/grip-connect

Version:

Griptonite Motherboard, Tindeq Progressor, PitchSix Force Board, WHC-06, Entralpi, Climbro, mySmartBoard: Bluetooth API Force-Sensing strength analysis for climbers

11 lines 277 B
export class BaseModel { id; createdAt; updatedAt; constructor(base) { this.id = base.id ?? globalThis.crypto?.randomUUID(); this.createdAt = base.createdAt; this.updatedAt = base.updatedAt; } } //# sourceMappingURL=base.model.js.map