sindresorhus / get-stream

Get a stream as a string, Buffer, ArrayBuffer or array
MIT License
341 stars 33 forks source link

Typings not in the package #45

Closed a2br closed 3 years ago

a2br commented 3 years ago

Even though the npm package is labeled as typed, typings are absent in my node_modules.

Screenshot 2021-08-05 at 18 13 07

How could this be explained?

a2br commented 3 years ago

The package.json says the module is @4.1.0... ??

Edit: Fixed. For some obscure reason, it downloaded a past version on npm i get-stream...