diff --git a/src/index.ts b/src/index.ts index 6ff812d..348282e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,7 @@ export { parseCliOptions } from "./parseCliOptions"; export { Workout, Interval, Comment } from "./ast"; export { Duration } from "./Duration"; export { Intensity, ConstantIntensity, RangeIntensity, FreeIntensity } from "./Intensity"; -export { ZoneType } from "./ZoneType"; +export { ZoneType, intensityValueToZoneType } from "./ZoneType"; // utils export { totalDuration } from "./stats/totalDuration";