mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-10-06 04:53:58 +02:00
Reformat
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
/// This library provides parsing functions for html pages from Jisho.org,
|
||||
/// and the associated URI-producing functions.
|
||||
///
|
||||
///
|
||||
/// This might be useful for using a CORS proxy, or if you have your own system/library
|
||||
/// for providing HTML.
|
||||
library unofficial_jisho_parser;
|
||||
|
||||
export './src/exampleSearch.dart' show uriForExampleSearch, parseExamplePageData;
|
||||
export './src/exampleSearch.dart'
|
||||
show uriForExampleSearch, parseExamplePageData;
|
||||
export './src/kanjiSearch.dart' show uriForKanjiSearch, parseKanjiPageData;
|
||||
export './src/phraseScrape.dart' show uriForPhraseScrape, parsePhrasePageData;
|
||||
export './src/phraseSearch.dart';
|
||||
export './src/phraseSearch.dart';
|
||||
|
Reference in New Issue
Block a user