UNPKG
camtjs
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
JS package to work with CAMT transactions
github.com/proohit/camtjs
proohit/camtjs
camtjs
/
dist
/
types
/
xml-parser.d.ts
3 lines
(2 loc)
•
136 B
TypeScript
View Raw
1
2
3
import
{
ParserOptions
}
from
'xml2js'
;
export
declare
const
parseStringToXml
: <R>
(
xml
:
string
,
options
?:
ParserOptions
) =>
Promise
<R>;