read-gedcom
Version:
Gedcom file reader
11 lines • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionMultimediaFormat = void 0;
const internal_1 = require("./internal");
class SelectionMultimediaFormat extends internal_1.SelectionAny {
getMediaType() {
return this.get("TYPE" /* Tag.Type */);
}
}
exports.SelectionMultimediaFormat = SelectionMultimediaFormat;
//# sourceMappingURL=SelectionMultimediaFormat.js.map