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