UNPKG

read-gedcom

Version:
11 lines 422 B
"use strict"; 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