split-uniq

1.0.0 • Public • Published

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

/split-uniq/

    Package Sidebar

    Install

    npm i split-uniq

    Weekly Downloads

    10

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.57 kB

    Total Files

    7

    Last publish

    Collaborators

    • detj