# unordered-map-stream **Repository Path**: mirrors_dominictarr/unordered-map-stream ## Basic Information - **Project Name**: unordered-map-stream - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # unordered-map-stream like map-stream except the order is not enforced. ``` js var map = require('unordered-map-stream') objectStream.pipe(map(function (data, cb) { cb(null, data) }).pipe(outputStream) ``` ## License MIT