Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 387 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 387 Bytes

split-uniq Build Status

splits string by comma, trims & dedups

Install

$ npm install split-uniq

Usage

const splituniq = require('split-uniq')
splituniq('beep, boop, beep')
// ['beep', 'boop']

License

MIT © Debjeet Biswas