fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
8 lines • 307 B
TypeScript
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
export { getCache, initCache, InitCacheConfig } from './cache';
export type { IAppCache, IAppCacheKeys } from './cacheTypes';
export { SimpleCache } from './simpleCache';
//# sourceMappingURL=index.d.ts.map