UNPKG
xmldoc
Version:
beta (2.0.0-beta.3)
latest (3.0.0)
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
1.3.0
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A lightweight XML Document class for JavaScript.
github.com/nfarina/xmldoc
nfarina/xmldoc
xmldoc
/
index.js
4 lines
(3 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
// This file is just added for convenience so this repository can be
// directly checked out into a project's deps folder
module
.
exports
= require(
'./lib/xmldoc'
);