Skip to content

Commit

Permalink
Remove and which do not seem that useful, instead expose with a nice …
Browse files Browse the repository at this point in the history
…public interface.
  • Loading branch information
renggli committed Jan 1, 2024
1 parent cb63609 commit 53eec6d
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 627 deletions.
4 changes: 1 addition & 3 deletions lib/interval.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
library interval;

export 'src/interval/interval.dart' show Interval;
export 'src/interval/map.dart' show IntervalMap;
export 'src/interval/set.dart' show IntervalSet;
export 'src/interval/tree.dart' show IntervalTreeNode;
export 'src/interval/tree.dart' show IntervalTree;
125 changes: 0 additions & 125 deletions lib/src/interval/map.dart

This file was deleted.

119 changes: 0 additions & 119 deletions lib/src/interval/set.dart

This file was deleted.

Loading

0 comments on commit 53eec6d

Please sign in to comment.