UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

10 lines (8 loc) 241 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ import { getCache } from '../../cache'; export const registerV2key = (key, normalized) => { getCache().v2keyMap.set(key, normalized); };