UNPKG

@krlwlfrt/xsdco

Version:
6 lines (5 loc) 251 B
import { ThingWithNameAndNamespace, Type } from '@krlwlfrt/tsg'; export declare function parseXML(xml: any, types: Type[], rootNamespaces: string[], intendedRoot?: { element: string | number; type: ThingWithNameAndNamespace; }): Promise<any>;