TypeScript Error: 'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
Open
- Dominant language
- JavaScript
- Stars
- 293
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
I am getting this type error, the @type is pointing to 2.1, is it an outdated package or am I doing something wrong?
```ts
import MultiStream from 'multistream'
....
return new MultiStream([stdout, stderr])
```
'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.