mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-07-10 06:22:44 +02:00
8 lines
149 B
Dart
8 lines
149 B
Dart
/// Support for doing something awesome.
|
|
///
|
|
/// More dartdocs go here.
|
|
library unofficial_jisho_api;
|
|
|
|
export 'src/unofficial_jisho_api_base.dart';
|
|
|