UNPKG

@bitcobblers/wod-wiki-library

Version:

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

7 lines (6 loc) 159 B
import { ICodeStatement } from './CodeStatement'; export type WodRuntimeScript = { source: string; statements: ICodeStatement[]; errors: any[]; };