UNPKG
xmlbuilder2
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.8.1
1.8.0
1.7.0
1.6.0
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.7
0.0.4
0.0.3
0.0.2
0.0.1
An XML builder for node.js
github.com/oozcitak/xmlbuilder2
xmlbuilder2
/
lib
/
constants.js
5 lines
•
216 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
nonEntityAmpersandRegex
=
void
0
;
exports
.
nonEntityAmpersandRegex
=
/&(?![A-Za-z]+;|#\d+;)/g
;
//# sourceMappingURL=constants.js.map