UNPKG

fhir-package-installer

Version:

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

9 lines 232 B
/** * © Copyright Outburn Ltd. 2022-2025 All Rights Reserved * Project name: FHIR-Package-Installer */ export interface PackageIdentifier { id: string; version: string; } //# sourceMappingURL=PackageIdentifier.d.ts.map