# pull-sort **Repository Path**: mirrors_regular/pull-sort ## Basic Information - **Project Name**: pull-sort - **Description**: sort a pull-stream, necessarily, this buffers the stream and then streams the sorted stream - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pull-sort sort a pull-stream, necessarily, this buffers the stream and then streams the sorted stream. ## example ``` js var Sort = require('pull-sort') var pull = require('pull-stream/pull') pull( source, Sort(compare), sink ) ``` `Sort` takes an optional comparitor, the same signature as `Array#sort` ## License MIT