Expose ParseError publicly

This commit is contained in:
Rene Saarsoo 2020-12-25 15:33:01 +02:00
parent c6aa02bb06
commit c958e5e007
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export { Workout, Interval, Comment } from "./ast";
export { Duration } from "./Duration";
export { Intensity, ConstantIntensity, RangeIntensity, FreeIntensity } from "./Intensity";
export { ZoneType, intensityValueToZoneType } from "./ZoneType";
export { ParseError } from "./parser/ParseError";
// utils
export { totalDuration } from "./stats/totalDuration";