sort-stream

1.0.1 • Public • Published

sort-stream

like Array.sort but a stream.

var sort = require('sort-stream')
 
input.pipe(sort(function (a, b) {
  //comparator function, return 1, 0, or -1
  //just like Array.sort
})).pipe(output)

see also: sort-stream2 (samething, but with streams2)

License

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i sort-stream

    Weekly Downloads

    830

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • nopersonsmodules