I am getting this type error, the @type is pointing to 2.1, is it an outdated package or am I doing something wrong?
import MultiStream from 'multistream'
....
return new MultiStream([stdout, stderr])
'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
I am getting this type error, the @type is pointing to 2.1, is it an outdated package or am I doing something wrong?