UNPKG

@mos-connection/helper

Version:

Helper functions for the MOS-connection library

5 lines 246 B
import { IMOSROFullStory, AnyXMLValue } from '@mos-connection/model'; export declare namespace XMLROFullStory { function fromXML(path: string, xml0: AnyXMLValue, strict: boolean): IMOSROFullStory; } //# sourceMappingURL=xmlConversion.d.ts.map