9 lines
201 B
Dart
9 lines
201 B
Dart
/// Support for doing something awesome.
|
|
///
|
|
/// More dartdocs go here.
|
|
library;
|
|
|
|
export "src/index.dart";
|
|
export "src/types.dart";
|
|
|
|
// TODO: Export any libraries intended for clients of this package.
|