UNPKG

read-gedcom

Version:
12 lines 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionChanged = void 0; const internal_1 = require("./internal"); const mixin_1 = require("./mixin"); class SelectionChanged extends (0, mixin_1.SelectionWithNoteMixin)(internal_1.SelectionAny) { getExactDate() { return this.get("DATE" /* Tag.Date */, null, internal_1.SelectionDateExact); } } exports.SelectionChanged = SelectionChanged; //# sourceMappingURL=SelectionChanged.js.map