Skip to content

Commit

Permalink
Add open
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 28, 2024
1 parent 84f3b5e commit e8d7aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ console.log(await dirpath("config"));
| rename | X | X | X | node:fs/promises |
| watch | X | X | X | node:fs/promises |
| truncate | X | X | X | node:fs/promises |
| open | X | X | X | node:fs/promises |
1 change: 1 addition & 0 deletions src/ops/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export {
cp,
link,
mkdir,
open,
readdir,
rename,
rm,
Expand Down

0 comments on commit e8d7aba

Please sign in to comment.