UNPKG

fhir-package-installer

Version:

A utility module for downloading, indexing, caching, and managing FHIR packages from the FHIR Package Registry and Simplifier

10 lines 265 B
/** * © Copyright Outburn Ltd. 2022-2025 All Rights Reserved * Project name: FHIR-Package-Installer */ export interface ILogger { info: (msg: any) => void; warn: (msg: any) => void; error: (msg: any) => void; } //# sourceMappingURL=Logger.d.ts.map