# is-pull-stream

> check what sort of pull-stream a thing is.

Latest version **0.0.0** (published 2016-03-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-pull-stream
pnpm add is-pull-stream
yarn add is-pull-stream
bun add is-pull-stream
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2016-03-27 |
| First published | 2016-03-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Dominic Tarr |
| Maintainers | dominictarr |

## Links

- npm: https://www.npmjs.com/package/is-pull-stream
- Repository: https://github.com/dominictarr/is-pull-stream
- Issues: https://github.com/dominictarr/is-pull-stream/issues
- npm.io page: https://npm.io/package/is-pull-stream

## Recent versions

- 0.0.0 (latest) — 2016-03-27

## README

# is-pull-stream

check what sort of pull-stream a thing is.

## api

### isSource (stream)

return true if stream is a source.

### isSink (stream)

return true if stream is a sink.

### isDuplex (stream)

return true if stream is a duplex steam.


### through

a through stream is a sink that returns a source,
so don't know if it's not a sink until you pass a source to it.


## License

MIT

---
_Source: https://npm.io/package/is-pull-stream · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
