2b8d350c9de3c0d916233e504eabfd5e65b6f11b
[yaffs-website] / node_modules / underscore.string / toSentenceSerial.js
1 var toSentence = require('./toSentence');
2
3 module.exports = function toSentenceSerial(array, sep, lastSep) {
4   return toSentence(array, sep, lastSep, true);
5 };