UNPKG
@krlwlfrt/xsdco
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
XSD converter
krlwlfrt.gitlab.io/xsdco
@krlwlfrt/xsdco
/
lib
/
parse.d.ts
6 lines
(5 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ThingWithNameAndNamespace
,
Type
}
from
'@krlwlfrt/tsg'
;
export
declare
function
parseXML
(
xml
:
any
,
types
:
Type
[],
rootNamespaces
:
string
[],
intendedRoot
?: { element:
string
|
number
;
type
: ThingWithNameAndNamespace; }
):
Promise
<
any
>;