gedcom-ts
Version:
TypeScript GEDCOM toolkit for browser apps: import .ged/.zip, edit typed genealogy data, and export GEDCOM or GEDZIP.
5 lines (4 loc) • 312 B
TypeScript
import { IndiAttribute } from "../../commons/IndiAttribute";
import { PersonNameVariant } from "../../commons/PersonNameVariant";
export declare function extractPersonNameVariants(personLines: string[]): PersonNameVariant[];
export declare function extractIndiAttributes(personLines: string[]): IndiAttribute[];