UNPKG

read-gedcom

Version:
5 lines (4 loc) 173 B
import { SelectionAny } from './internal'; export declare class SelectionTime extends SelectionAny { valueAsExactTime(): (import("../parse").ValueExactTime | null)[]; }