UNPKG

@bitcobblers/wod-wiki-library

Version:

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

9 lines (8 loc) 321 B
import { IRuntimeAction } from '../../IRuntimeAction'; import { ITimerRuntime } from '../../ITimerRuntime'; import { IRuntimeEvent } from '../../IRuntimeEvent'; export declare class IdleStatementAction implements IRuntimeAction { constructor(); name: string; apply(runtime: ITimerRuntime): IRuntimeEvent[]; }