Files
cherrypick/cherrypick_annotations/lib/cherrypick_annotations.dart
2025-05-19 16:12:45 +03:00

13 lines
282 B
Dart

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