UNPKG

panda-portfolio

Version:

A npm package for building single page personal websites for github.

10 lines (9 loc) 175 B
module.exports = (number, last) => { if (last) { return ' "\\' + `\${paragraph${number}}" ` } else { return ' "\\' + `\${paragraph${number}}", ` } }