UNPKG

read-gedcom

Version:
5 lines (4 loc) 186 B
import { SelectionRomanizationMethod, SelectionAny } from './internal'; export declare class SelectionRomanization extends SelectionAny { getMethod(): SelectionRomanizationMethod; }