UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

12 lines (11 loc) 278 B
/** * © 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';