Skip to content

Commit 277441c

Browse files
committed
fix: export constants from fs/promises
Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent 0cb7325 commit 277441c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elide/runtime/js/modules/fs/promises/fs-async.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function internalsAccessor(): any {
3232
/**
3333
* File system constants
3434
*/
35-
const constants = {
35+
export const constants = {
3636
F_OK: 0,
3737
R_OK: 4,
3838
W_OK: 2,

0 commit comments

Comments
 (0)