UNPKG

read-gedcom

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