UNPKG

topola

Version:

Topola – online genealogy visualization

6 lines (5 loc) 298 B
import { Date as GedcomDate, DateOrRange } from './data'; /** Simple date formatter. */ export declare function formatDate(date: GedcomDate, locale?: string): string; /** Formats a DateOrRange object. */ export declare function formatDateOrRange(dateOrRange: DateOrRange, locale?: string): string;