UNPKG

read-gedcom

Version:
13 lines 588 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionMultimediaRecord = void 0; const mixin_1 = require("./mixin"); const internal_1 = require("./internal"); const base_1 = require("./base"); class SelectionMultimediaRecord extends (0, mixin_1.SelectionWithNoteSourceCitationMixin)(base_1.SelectionRecord) { getFileReference() { return this.get("FILE" /* Tag.File */, null, internal_1.SelectionMultimediaFile); } } exports.SelectionMultimediaRecord = SelectionMultimediaRecord; //# sourceMappingURL=SelectionMultimediaRecord.js.map