platform/lib/angel_framework.dart
2018-02-07 00:44:21 -05:00

5 lines
139 B
Dart

/// An easily-extensible web server framework in Dart.
library angel_framework;
export 'src/core/core.dart';
export 'src/http/http.dart';