mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 05:25:19 +00:00
13 lines
282 B
Dart
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.
|