platform/lib/angel_framework.dart
2017-09-22 10:03:23 -04:00

4 lines
110 B
Dart

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