UNPKG

read-gedcom

Version:
9 lines 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionCorporation = void 0; const mixin_1 = require("./mixin"); const internal_1 = require("./internal"); class SelectionCorporation extends (0, mixin_1.SelectionWithAddressMixin)(internal_1.SelectionAny) { } exports.SelectionCorporation = SelectionCorporation; //# sourceMappingURL=SelectionCorporation.js.map