We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fs/promises
1 parent 0cb7325 commit 277441cCopy full SHA for 277441c
elide/runtime/js/modules/fs/promises/fs-async.ts
@@ -32,7 +32,7 @@ function internalsAccessor(): any {
32
/**
33
* File system constants
34
*/
35
-const constants = {
+export const constants = {
36
F_OK: 0,
37
R_OK: 4,
38
W_OK: 2,
0 commit comments