hey,
after upgrade to 2.5.* the types are disallowing to pass specific stream options via constructor, e.g.:
const formData: FormData = new FormData({
encoding: file.encoding,
objectMode: true,
});
If I'm correct it should extend the constructor from stream.Readable...
hey,
after upgrade to
2.5.*the types are disallowing to pass specific stream options via constructor, e.g.:If I'm correct it should extend the constructor from
stream.Readable...