list-parser

0.0.1 • Public • Published

list-parser

Parse comma and range-delimited lists.

Examples

var parse = require('list-parser');

parse('1,2,3');
// => [1,2,3]

parse('1..5');
// => [1,2,3,4,5]

License

MIT

/list-parser/

    Package Sidebar

    Install

    npm i list-parser

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • tjholowaychuk