UNPKG
xmldoc
Version:
beta (2.0.0-beta.3)
latest (2.0.0)
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
3 lines
(2 loc)
•
119 B
JavaScript
View Raw
1
2
3
// This file provides backward compatibility for existing CommonJS consumers
module
.
exports
= require(
"./lib/xmldoc"
);