UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

8 lines 289 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ import type { ILogger } from '../../types'; export declare const setLogger: (loggerObj: ILogger) => void; export declare const getLogger: () => ILogger; //# sourceMappingURL=index.d.ts.map