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