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';
|
||
|
|