1.0.0 • Published 7 years ago
split-uniq v1.0.0
split-uniq 
splits string by comma, trims & dedups
Install
$ npm install split-uniqUsage
const splituniq = require('split-uniq')
splituniq('beep, boop, beep')
// ['beep', 'boop']License
MIT © Debjeet Biswas
1.0.0
7 years ago