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