UNPKG

read-gedcom

Version:
5 lines (4 loc) 163 B
import { SelectionAny } from './internal'; export declare class SelectionDate extends SelectionAny { valueAsDate(): (import("../parse").ValueDate | null)[]; }