UNPKG

next

Version:

The React Framework

2 lines 275 B
"use strict";exports.__esModule=true;exports.getOxfordCommaList=getOxfordCommaList;function getOxfordCommaList(items){return items.map((v,index,{length})=>(index>0?index===length-1?length>2?', and ':' and ':', ':'')+v).join('');} //# sourceMappingURL=oxford-comma-list.js.map