vardocElement= require('./docElement.js');
/**
* A convenience helper to check if the document we are running in is an SVG document
*
* @access private
* @returns {boolean}
*/varisSVG= docElement.nodeName.toLowerCase() === 'svg';
module.exports = isSVG;