mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-11-02 05:16:23 +01: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';
|
|
|