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