diff --git a/index.js b/index.js index 86fe1f93..b226f2a3 100644 --- a/index.js +++ b/index.js @@ -8,6 +8,7 @@ var Document = require('./lib/document'); /// parse an xml string and return a Document module.exports.parseXml = Document.fromXml; +module.exports.fromXmlAsync = Document.fromXmlAsync; /// parse an html string and return a Document module.exports.parseHtml = Document.fromHtml;