UNPKG

docxtemplater

Version:

docx and pptx generator working with templates and data (like Mustache, for Word and Powerpoint documents)

7 lines (6 loc) 140 B
"use strict"; module.exports = { XMLSerializer: window.XMLSerializer, DOMParser: window.DOMParser, XMLDocument: window.XMLDocument };