read-gedcom
Version:
Gedcom file reader
10 lines • 357 B
JavaScript
import { SelectionAny } from './internal';
export class SelectionRepositoryReference extends SelectionAny {
getRepositoryRecord() {
return this.root().getRepositoryRecord(this.valueNonNull());
}
getSourceCallNumber() {
return this.get("CALN" /* Tag.CallNumber */);
}
}
//# sourceMappingURL=SelectionRepositoryReference.js.map