UNPKG

docxtemplater

Version:

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

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