This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
discord-dart/lib/tn_discord.dart

10 lines
201 B
Dart
Raw Normal View History

2023-07-24 18:20:51 +02:00
/// 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.