platform/lib/angel_framework.dart

6 lines
139 B
Dart
Raw Normal View History

2016-06-21 22:56:04 +00:00
/// An easily-extensible web server framework in Dart.
2016-02-28 13:11:17 +00:00
library angel_framework;
2018-02-07 05:44:21 +00:00
export 'src/core/core.dart';
2017-09-22 14:03:23 +00:00
export 'src/http/http.dart';