UNPKG

@bitcobblers/wod-wiki-library

Version:

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

11 lines (10 loc) 419 B
import { CodeFragment } from '../CodeFragment'; import { CodeMetadata } from '../CodeMetadata'; export declare class IncrementFragment implements CodeFragment { image: string; meta?: CodeMetadata | undefined; constructor(image: string, meta?: CodeMetadata | undefined); type: string; increment: number; applyToMetric(_metric: import('../RuntimeMetric').RuntimeMetric, _rounds?: number): void; }