@machinomy/types-readable-stream
v0.0.2
Published
TypeScript declaration for readable-stream
Downloads
4
Readme
TypeScript declaration for readable-stream
Installation
Via npm:
npm install --save-dev https://github.com/machinomy/types-readable-stream
or yarn:
yarn add https://github.com/machinomy/types-readable-stream -D
Don't forget to manually include index.d.ts
within an include
section of your tsconfig.json
"include": [
...
"./node_modules/@machinomy/types-readable-stream/index.d.ts"
]