UNPKG

gedcom-ts

Version:

TypeScript GEDCOM toolkit for browser apps: import .ged/.zip, edit typed genealogy data, and export GEDCOM or GEDZIP.

6 lines (5 loc) 300 B
import { type GedcomTransferProgressCallback } from "../utils/gedcom/transferProgress"; /** * Extrait les entrées d’un GEDZIP via `fflate` (`unzip` asynchrone). */ export declare function extractZipContent(zipFile: Blob, onProgress?: GedcomTransferProgressCallback): Promise<Map<string, File>>;