UNPKG

docxtemplater

Version:

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

12 lines (9 loc) 283 B
"use strict"; function postrender(parts, options) { for (var i = 0, l = options.modules.length; i < l; i++) { var _module = options.modules[i]; parts = _module.postrender(parts, options); } return options.joinUncorrupt(parts, options); } module.exports = postrender;