UNPKG

read-gedcom

Version:
11 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionIndividualAttribute = void 0; const internal_1 = require("./internal"); class SelectionIndividualAttribute extends internal_1.SelectionIndividualEvent { getType() { return this.get("TYPE" /* Tag.Type */); } } exports.SelectionIndividualAttribute = SelectionIndividualAttribute; //# sourceMappingURL=SelectionIndividualAttribute.js.map