UNPKG
simplexml
Version:
latest (0.0.3)
0.0.3
0.0.2
Simple and easy json to xml converter
github.com/infindex/node-simplexml
infindex/node-simplexml
simplexml
/
lib
/
simplexml.js
12 lines
(10 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* * node-simplexml * http://github.com * * Copyright (c) 2013 Manjunath Govindaswamy * Licensed under the MIT license. */
'use strict'
;
var
simplexml =
exports
; simplexml.
toXML
=
require
(
'./toXML'
).
toXML
;