UNPKG
xsd-json-converter
Version:
latest (2.1.1)
2.1.1
2.1.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1-beta.3
1.1.1-beta.2
1.1.1-beta.1
1.1.0
1.0.1
1.0.0
0.0.1
Convert XSD to JSON
swiftmx.co/xsd-json-converter
pixelbyaj/xsd-json-converter
xsd-json-converter
/
dist
/
main.d.ts
5 lines
(4 loc)
•
93 B
TypeScript
View Raw
1
2
3
4
5
declare
const
xsd
: {
convert
:
(
fileName
:
string
) =>
Promise
<
any
>; };
export
default
xsd;