UNPKG

jslingua

Version:
12 lines (9 loc) 234 B
import Info from "../info.mjs" class EngInfo extends Info { static code = "eng"; static name = "English"; static origName = "English"; static family = "Indo-European"; static branch = "Germanic"; } export default EngInfo;