UNPKG

gedcom-ts

Version:

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

3 lines (2 loc) 176 B
export declare const findValueInLine: (lines: string[], keyword: any) => string; export declare const findLinesConcernedByKeyword: (lines: string[], keyword: any) => string[];