dew/packages/core/lib/dew_core.dart

8 lines
184 B
Dart

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