UNPKG

docxtemplater

Version:

Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js, the Browser and the command line

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