UNPKG
xml-vs-js
Version:
latest (2.1.0)
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
A xml to js to xml transformer
github.com/commenthol/xml-vs-js
commenthol/xml-vs-js
xml-vs-js
/
types
/
src
/
common.d.ts
8 lines
(7 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
const
TEXT:
"_text"
;
export
const
ELEMS:
"_elems"
;
export
const
ATTRIBS:
"_attrs"
;
export
const
NAMESPACE:
"_ns"
;
export
const
PROCESSING:
"_PROCESSING"
;
export
const
CDATA:
"_CDATA"
;
export
const
COMMENT:
"_COMMENT"
;