UNPKG

beth-parser

Version:

Parser library for Bethesda's Creation Engine data files

8 lines (7 loc) 241 B
/** * Low-level modfile document model. * @packageDocumentation */ export { default as GroupEntry } from "./GroupEntry"; export { default as RecordEntry } from "./RecordEntry"; export { default as FieldEntry } from "./FieldEntry";