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
/
async.d.ts
3 lines
(2 loc)
•
160 B
TypeScript
View Raw
1
2
3
import
{ convertableToString,
OptionsV2
}
from
'xml2js'
;
export
declare
function
asyncParseString
(
xml
: convertableToString,
options
?:
OptionsV2
):
Promise
<
any
>;