UNPKG

read-gedcom

Version:
11 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionSpouseEventDetails = void 0; const internal_1 = require("./internal"); class SelectionSpouseEventDetails extends internal_1.SelectionAny { getAge() { return this.get("AGE" /* Tag.Age */, null, internal_1.SelectionAge); } } exports.SelectionSpouseEventDetails = SelectionSpouseEventDetails; //# sourceMappingURL=SelectionSpouseEventDetails.js.map