Skip to content

Commit

Permalink
add library declaration for turf_boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiedentop committed Feb 14, 2024
1 parent e821e22 commit 90840dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/boolean.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
library turf_boolean;

export 'src/booleans/boolean_clockwise.dart';
export 'src/booleans/boolean_concave.dart';
export 'src/booleans/boolean_contains.dart';
Expand Down

0 comments on commit 90840dc

Please sign in to comment.