UNPKG

read-gedcom

Version:
14 lines 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionGedcomForm = void 0; const internal_1 = require("./internal"); class SelectionGedcomForm extends internal_1.SelectionAny { getVersion() { return this.get("VERS" /* Tag.Version */); } getName() { return this.get("NAME" /* Tag.Name */); } } exports.SelectionGedcomForm = SelectionGedcomForm; //# sourceMappingURL=SelectionGedcomForm.js.map