We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627825c commit cad1d68Copy full SHA for cad1d68
src/Fs.res
@@ -84,7 +84,8 @@ module Constants = {
84
85
@module("node:fs") @scope("constants") external copyfile_excl: t = "COPYFILE_EXCL"
86
@module("node:fs") @scope("constants") external copyfile_ficlone: t = "COPYFILE_FICLONE"
87
- @module("node:fs") @scope("constants") external copyfile_ficlone_force: t = "COPYFILE_FICLONE_FORCE"
+ @module("node:fs") @scope("constants")
88
+ external copyfile_ficlone_force: t = "COPYFILE_FICLONE_FORCE"
89
90
@@text("{1 File Open Constants}")
91
0 commit comments