reason-nodejs icon indicating copy to clipboard operation
reason-nodejs copied to clipboard

`Fs.createWriteStreamOptions` returns wrong type

Open banacorn opened this issue 3 years ago • 1 comments

Fs.createWriteStreamOptions should return something of createWriteStreamOptions instead of createReadStreamOptions

https://github.com/sikanhe/reason-nodejs/blob/b7b41349f85665d6cd7fc76a170229428e7ec94c/src/Fs.re#L500-L512

banacorn avatar Jun 18 '21 07:06 banacorn

I've included this change in TheSpyder/rescript-nodejs#1 (I just published v14)

TheSpyder avatar Sep 13 '21 10:09 TheSpyder