UNPKG

@bitcobblers/wod-wiki-library

Version:

A specialized markdown-like workout syntax editor and runtime for defining workouts

6 lines (5 loc) 146 B
export type MetricValue = { type: "repetitions" | "resistance" | "distance" | "timestamp" | "rounds"; value: number; unit: string; };