UNPKG

fhir

Version:

Library that assists in handling FHIR resources. Supports serialization between JSON and XML, validation and FhirPath evaluation.

5 lines (4 loc) 151 B
export declare class XmlHelper { static escapeInvalidCharacters(element: any): any; static unescapeInvalidCharacters(element: any): any; }