UNPKG

read-gedcom

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