UNPKG

read-gedcom

Version:
14 lines 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionMultimediaFile = void 0; const internal_1 = require("./internal"); class SelectionMultimediaFile extends internal_1.SelectionAny { getFormat() { return this.get("FORM" /* Tag.Format */, null, internal_1.SelectionMultimediaFormat); } getTitle() { return this.get("TITL" /* Tag.Title */); } } exports.SelectionMultimediaFile = SelectionMultimediaFile; //# sourceMappingURL=SelectionMultimediaFile.js.map