UNPKG

read-gedcom

Version:
11 lines 426 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionNameRomanization = void 0; const internal_1 = require("./internal"); class SelectionNameRomanization extends internal_1.SelectionNamePieces { getMethod() { return this.get("TYPE" /* Tag.Type */); } } exports.SelectionNameRomanization = SelectionNameRomanization; //# sourceMappingURL=SelectionNameRomanization.js.map