platform/packages/foundation/lib/core.dart

8 lines
253 B
Dart
Raw Normal View History

/// An easily-extensible web server framework in Dart.
library platform_foundation;
export 'package:platform_support/exceptions.dart';
export 'package:platform_model/model.dart';
export 'package:platform_route/route.dart';
export 'src/core/core.dart';