-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Fs.createWriteStreamOptions should return something of createWriteStreamOptions instead of createReadStreamOptions
Lines 500 to 512 in b7b4134
| [@bs.obj] | |
| external createWriteStreamOptions: | |
| ( | |
| ~flags: string=?, | |
| ~fd: fd=?, | |
| ~mode: int=?, | |
| ~autoClose: bool=?, | |
| ~emitClose: bool=?, | |
| ~start: int=?, | |
| ~fs: Js.t({..})=?, | |
| unit | |
| ) => | |
| createReadStreamOptions; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels