UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

7 lines 261 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ export declare const base64encode: (input: string) => string; export declare const base64decode: (input: string) => string; //# sourceMappingURL=base64.d.ts.map