typed-stream

TypeScript typings for the core stream library

Usage no npm install needed!

<script type="module">
  import typedStream from 'https://cdn.skypack.dev/typed-stream';
</script>

README

typed-stream Build Status

TypeScript typings for the core stream library

Usage

First, add it to your package.json and install it:

npm install --save typed-stream

Then use it just as you would the stream library:

import * as net from "typed-stream";