UNPKG

@bitcobblers/wod-wiki-library

Version:

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

10 lines (9 loc) 307 B
import { ISpanDuration } from '../../ISpanDuration'; import { IRuntimeEvent } from '../../IRuntimeEvent'; export declare class DisplayEvent implements IRuntimeEvent { target: string; span: ISpanDuration; constructor(target: string, span: ISpanDuration); timestamp: Date; name: string; }