UNPKG

gedcom-ts

Version:

TypeScript GEDCOM toolkit for browser apps: import .ged/.zip, edit typed genealogy data, and export GEDCOM or GEDZIP.

6 lines (5 loc) 152 B
import { Identifier } from "./Identifier.enum"; /** * @deprecated Use `Identifier` instead. */ export declare const Identificator: typeof Identifier;