Skip to content

detj/split-uniq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

splits string by comma, trims & dedups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published