UNPKG
to-xml
Version:
latest (0.1.11)
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.4
0.1.3
0.1.2
toXML - Pure JavaScript XML Writer
github.com/kawanet/to-xml
kawanet/to-xml
to-xml
/
to-xml.d.ts
8 lines
(6 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * to-xml.d.ts * *
@see
https://www.npmjs.com/package/to-xml */
export
function
toXML
(
value
:
any
,
replacer
?: (key:
string
, value:
any
) =>
any
,
space
?:
string
|
number
):
string
;