We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86644f0 commit 98a4aa9Copy full SHA for 98a4aa9
libs/universal-node-xml/stringifiers/xmlbuilder2.js
@@ -57,7 +57,7 @@ function stringify (element, { space } = {}) {
57
/**
58
* @param {XMLBuilder} parent
59
* @param {Element} element
60
- * @param {string|null} [parentNS=null]
+ * @param {?string} [parentNS]
61
*/
62
function addEle (parent, element, parentNS = null) {
63
if (element.type !== 'element') { return }
0 commit comments