Version 1
[yaffs-website] / node_modules / underscore.string / toSentenceSerial.js
diff --git a/node_modules/underscore.string/toSentenceSerial.js b/node_modules/underscore.string/toSentenceSerial.js
new file mode 100644 (file)
index 0000000..2b8d350
--- /dev/null
@@ -0,0 +1,5 @@
+var toSentence = require('./toSentence');
+
+module.exports = function toSentenceSerial(array, sep, lastSep) {
+  return toSentence(array, sep, lastSep, true);
+};