UNPKG

@bitcobblers/wod-wiki-library

Version:

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

6 lines (5 loc) 123 B
export interface WodWikiTokenHint { hint: string; position: "after" | "before"; offSet?: number | undefined; }