UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

12 lines 519 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ /** * Ensures that a package and all of its dependencies are installed in the global package cache. * If a version is not supplied, the latest release will be looked up and installed. * @param packagId string in the format packageId@version | packageId | packageId#version */ declare const ensure: (packageId: string) => Promise<boolean>; export default ensure; //# sourceMappingURL=ensurePackageInstalled.d.ts.map