platform/packages/foundation/lib/core.dart

7 lines
255 B
Dart

/// 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';