UNPKG

docxtemplater

Version:

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

14 lines (11 loc) 151 B
"use strict"; function last(a) { return a[a.length - 1]; } function first(a) { return a[0]; } module.exports = { last: last, first: first };