4 lines
110 B
Dart
4 lines
110 B
Dart
/// An easily-extensible web server framework in Dart.
|
|
library angel_framework;
|
|
|
|
export 'src/http/http.dart';
|