UNPKG

122 BJavaScriptView Raw
1// eslint-disable-next-line import/prefer-default-export
2export const toCommaSeparatedList = values => values.join(', ');