toSentenceSerial.js 160 Bytes Raw Blame History Permalink 1 2 3 4 5 var toSentence = require('./toSentence'); module.exports = function toSentenceSerial(array, sep, lastSep) { return toSentence(array, sep, lastSep, true); };