UNPKG

gedcom-ts

Version:

A TypeScript library to create genealogy tree data model and to import/export data in a GEDCOM file (.ged).

7 lines (6 loc) 274 B
export { People, Sex } from "./commons/People"; export { Act } from "./commons/Act"; export { Place } from "./commons/Place"; export { Identificator } from "./commons/Identificator.enum"; export { GEDCOM } from "./export/GEDCOM"; export { ReadGed } from "./import/ReadGed";