UNPKG

@chitlangesahas/react-reactions

Version:

😲 Create custom reaction pickers and counters or use your favorites!

6 lines (5 loc) • 157 B
export function listOfNames(names: string[]) { return [names.slice(0, -1).join(', '), names.slice(-1)[0]].join( names.length < 2 ? '' : ' and ' ); }