Files
cherrypick/cherrypick_annotations/lib/cherrypick_annotations.dart

13 lines
282 B
Dart
Raw Normal View History

2025-05-14 12:53:51 +03:00
/// Support for doing something awesome.
///
/// More dartdocs go here.
library;
2025-05-17 00:34:56 +03:00
export 'src/module.dart';
export 'src/bind.dart';
export 'src/provide.dart';
export 'src/singleton.dart';
export 'src/named.dart';
2025-05-14 12:53:51 +03:00
// TODO: Export any libraries intended for clients of this package.