WIP - add extractor, generate snippet_data
This commit is contained in:
5
node_modules/underscore.string/toSentenceSerial.js
generated
vendored
Normal file
5
node_modules/underscore.string/toSentenceSerial.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
var toSentence = require('./toSentence');
|
||||
|
||||
module.exports = function toSentenceSerial(array, sep, lastSep) {
|
||||
return toSentence(array, sep, lastSep, true);
|
||||
};
|
||||
Reference in New Issue
Block a user