UNPKG

@bitcobblers/wod-wiki-library

Version:

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

7 lines (6 loc) 244 B
import { RuntimeMetricEdit } from './RuntimeMetricEdit'; import { RuntimeSpan } from './RuntimeSpan'; export declare class ResultSpan extends RuntimeSpan { constructor(span: RuntimeSpan); edit(edits: RuntimeMetricEdit[]): ResultSpan; }