UNPKG

read-gedcom

Version:
5 lines (4 loc) 160 B
import { SelectionAny } from './internal'; export declare class SelectionAge extends SelectionAny { valueAsAge(): (import("../parse").ValueAge | null)[]; }