1
0
mirror of https://github.com/h7x4/unofficial_jisho_api_dart.git synced 2025-12-24 19:10:20 +01:00

Export object interfaces for both libraries

This commit is contained in:
2020-06-30 11:58:20 +02:00
parent 94f0c59325
commit 59411b8463
4 changed files with 8 additions and 1 deletions

View File

@@ -8,5 +8,6 @@ library unofficial_jisho_parser;
export './src/exampleSearch.dart'
show uriForExampleSearch, parseExamplePageData;
export './src/kanjiSearch.dart' show uriForKanjiSearch, parseKanjiPageData;
export './src/objects.dart';
export './src/phraseScrape.dart' show uriForPhraseScrape, parsePhrasePageData;
export './src/phraseSearch.dart';