UNPKG

read-gedcom

Version:
17 lines 638 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionRecord = void 0; const internal_1 = require("../internal"); class SelectionRecord extends internal_1.SelectionAny { getReferenceNumber() { return this.get("REFN" /* Tag.Reference */, null, internal_1.SelectionReferenceNumber); } getRecordIdentificationNumber() { return this.get("RIN" /* Tag.RecordIdNumber */); } getChanged() { return this.get("CHAN" /* Tag.Change */, null, internal_1.SelectionChanged); } } exports.SelectionRecord = SelectionRecord; //# sourceMappingURL=SelectionRecord.js.map