Skip to content

Commit

Permalink
Fix export added functions
Browse files Browse the repository at this point in the history
  • Loading branch information
leiflinse-trivector committed Jan 11, 2024
1 parent 065c6e1 commit acbc64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/turf.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
library turf;

export 'src/along.dart';
export 'src/area.dart';
export 'src/bbox.dart';
export 'src/bearing.dart';
Expand All @@ -9,6 +10,7 @@ export 'src/destination.dart';
export 'src/distance.dart';
export 'src/geojson.dart';
export 'src/helpers.dart';
export 'src/length.dart';
export 'src/midpoint.dart';
export 'src/nearest_point.dart';
export 'src/polyline.dart';
Expand Down

0 comments on commit acbc64d

Please sign in to comment.