UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

6 lines 221 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ export declare const duplicate: (str: string, times: number) => Promise<string>; //# sourceMappingURL=duplicate.d.ts.map