fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
14 lines • 649 B
TypeScript
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
export declare const funcs: {
findClosingBrackets: (line: string, startPosition: number, carried: number) => number;
calcBracketDiff: (line: string) => number;
isTypeNameValid: (typeName: string) => boolean;
eDefSelector: (fullPath: string, structDef: any) => object;
getMandatoriesOfStructure: (structId: string) => Promise<any>;
getMandatoriesOfElement: (structId: string, relativePath: string) => Promise<any>;
getJsonElementName: (element: any, fshKey: string) => Promise<any>;
};
//# sourceMappingURL=index.d.ts.map