platform/lib/angel_route.dart
2017-11-24 19:26:06 -05:00

5 lines
No EOL
123 B
Dart

library angel_route;
export 'src/middleware_pipeline.dart';
export 'src/router.dart';
export 'src/routing_exception.dart';