Expose intensityValueToZoneType() function
This commit is contained in:
parent
fb1eba6db0
commit
a0bf62998e
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue