platform/packages/runtime/lib/runtime.dart

8 lines
183 B
Dart

/// Support for doing something awesome.
///
/// More dartdocs go here.
library;
export 'src/runtime_base.dart';
// TODO: Export any libraries intended for clients of this package.