splits string by comma, trims & dedups
$ npm install split-uniq
const splituniq = require('split-uniq')
splituniq('beep, boop, beep')
// ['beep', 'boop']MIT © Debjeet Biswas
| Name | Name | Last commit date | ||
|---|---|---|---|---|
splits string by comma, trims & dedups
$ npm install split-uniq
const splituniq = require('split-uniq')
splituniq('beep, boop, beep')
// ['beep', 'boop']MIT © Debjeet Biswas