nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 227 forks source link

node_modules/@types/readable-stream/index.d.ts(138,18): error TS2749: 'StringDecoder' refers to a value, but is being used as a type here. #427

Closed REPTILEHAUS closed 4 years ago

REPTILEHAUS commented 4 years ago

getting this error in an ionic app

node_modules/@types/readable-stream/index.d.ts(138,18): error TS2749: 'StringDecoder' refers to a value, but is being used as a type here.


v10.16.0```
mcollina commented 4 years ago

This library does not ship its own types. Open this issue against the @types/readable-stream repo.