UNPKG

@bitcobblers/wod-wiki-library

Version:

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

5 lines (4 loc) 140 B
import { IToken, CstParser } from 'chevrotain'; export declare class MdTimerParse extends CstParser { constructor(tokens?: IToken[]); }