platform/packages/foundation/lib/core.dart

8 lines
255 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_routing/route.dart';
export 'src/core/core.dart';