Interface DictionaryMetadata<L>

Dictionary metadata: version, languages, creation date

Type Parameters

Hierarchy

Properties

dictDate: string

Creation date of JMdict file, as it appears in a comment with format "JMdict created: YYYY-MM-DD" in the original XML file header

languages: L[]

List of languages in this files

version: string

Semantic version of this project (not the dictionary itself). For the dictionary revisions, see dictRevisions field below

See

https://semver.org/

Generated using TypeDoc