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 5245657 commit 5a98ec9Copy full SHA for 5a98ec9
tests/docstring_tests/Node.res
@@ -18,7 +18,7 @@ module Fs = {
18
@module("node:fs") external existsSync: string => bool = "existsSync"
19
@module("node:fs") external mkdirSync: string => unit = "mkdirSync"
20
@module("node:fs") external writeFileSync: (string, string) => unit = "writeFileSync"
21
- @module("node:fs") external readFileSync: (string, ~encoding:string) => string = "readFileSync"
+ @module("node:fs") external readFileSync: (string, ~encoding: string) => string = "readFileSync"
22
}
23
24
module Buffer = {
0 commit comments