# pull-pushable **Repository Path**: mirrors_regular/pull-pushable ## Basic Information - **Project Name**: pull-pushable - **Description**: No description available - **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-pushable A pull-stream with a pushable interface. ## Example ``` js var pushable = require('pull-pushable') var pull = require('pull-stream') pushable.push(1) pushable.pipe(pull.drain(console.log)) ``` ## License MIT