diff --git a/src/index.ts b/src/index.ts index 8fdf403..fdac085 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,6 +3,10 @@ export { parse } from "./parser"; export { stats } from "./stats"; export { parseCliOptions } from "./parseCliOptions"; +// types export { Workout, Interval, Comment } from "./ast"; export { Duration } from "./Duration"; export { Intensity, IntensityRange, FreeIntensity } from "./Intensity"; + +// stats utils +export { totalDuration } from "./stats/totalDuration";