Export types
This commit is contained in:
parent
29e514b724
commit
c9e71dc244
|
|
@ -2,3 +2,7 @@ export { generateZwo } from "./generateZwo";
|
||||||
export { parse } from "./parser";
|
export { parse } from "./parser";
|
||||||
export { stats } from "./stats";
|
export { stats } from "./stats";
|
||||||
export { parseCliOptions } from "./parseCliOptions";
|
export { parseCliOptions } from "./parseCliOptions";
|
||||||
|
|
||||||
|
export { Workout, Interval, Comment } from "./ast";
|
||||||
|
export { Duration } from "./Duration";
|
||||||
|
export { Intensity, IntensityRange, FreeIntensity } from "./Intensity";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue