gedcom-ts
Version:
TypeScript GEDCOM toolkit for browser apps: import .ged/.zip, edit typed genealogy data, and export GEDCOM or GEDZIP.
7 lines (6 loc) • 487 B
TypeScript
import type { BookletLocale } from "./booklet-locale";
export declare function unknownDateLabel(locale?: BookletLocale): string;
export declare function isYearOnlyDate(dateLabel: string, locale?: BookletLocale): boolean;
export declare function onDate(dateLabel: string, locale?: BookletLocale): string;
export declare function lifeDateRange(from: string, to: string, locale?: BookletLocale): string;
export declare function seesDayOn(dateLabel: string, locale?: BookletLocale): string;