JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 95791
  • Score
    100M100P100Q172804F
  • License MIT

pull-stream with a push interface

Package Exports

  • pull-pushable

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pull-pushable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pull-pushable

A pull-stream with a pushable interface.

Example

var pushable = require('pull-pushable')
var pull     = require('pull-stream')

pushable.push(1)

pushable.pipe(pull.drain(console.log))

License

MIT