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

12 lines
257 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';
// TODO: Export any libraries intended for clients of this package.