UNPKG

@bitcobblers/wod-wiki-library

Version:

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

4 lines (3 loc) 177 B
import { IDuration } from '../../../IDuration'; import { ICodeStatement } from '../../../CodeStatement'; export declare function getDuration(node: ICodeStatement): IDuration[];