UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

8 lines 266 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ import notFound from './notFound'; declare const routes: import("express-serve-static-core").Router; export { notFound, routes }; //# sourceMappingURL=index.d.ts.map