Export types

This commit is contained in:
Rene Saarsoo 2020-10-01 22:41:04 +03:00
parent 29e514b724
commit c9e71dc244
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@ export { generateZwo } from "./generateZwo";
export { parse } from "./parser";
export { stats } from "./stats";
export { parseCliOptions } from "./parseCliOptions";
export { Workout, Interval, Comment } from "./ast";
export { Duration } from "./Duration";
export { Intensity, IntensityRange, FreeIntensity } from "./Intensity";