Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
feat: Expose some more internal types for processing word record snap…
Browse files Browse the repository at this point in the history
…shots
  • Loading branch information
birtles committed Mar 31, 2021
1 parent 86a04f1 commit dd45b19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,12 @@ export {
isPartOfSpeech,
allReadingInfo,
isReadingInfo,
// The following types are related to the format of the input data files
// and exposed purely for Rikaichamp and the like that work with snapshots
// of the data
KanjiMeta as RawKanjiMeta,
ReadingMeta as RawReadingMeta,
WordSense as RawWordSense,
GLOSS_TYPE_MAX,
} from './words';
export { Gloss, WordResult } from './word-result';

0 comments on commit dd45b19

Please sign in to comment.