readability-dart/lib/readability.dart
Sphericalkat a5b8aa83d6
feat: set up FFI
Signed-off-by: Sphericalkat <me@kat.bio>
2024-07-17 02:32:33 +05:30

10 lines
216 B
Dart

/// Support for doing something awesome.
///
/// More dartdocs go here.
library;
export 'src/readability_parser.dart';
export 'src/article.dart';
// TODO: Export any libraries intended for clients of this package.