read-gedcom
Version:
Gedcom file reader
11 lines • 455 B
JavaScript
;
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