Skip to content

Commit 38eb664

Browse files
committed
Export all
1 parent 93fa9ce commit 38eb664

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,14 @@ x :: Perm
235235

236236
The "executable" permission.
237237

238+
#### `all`
239+
240+
``` purescript
241+
all :: Perm
242+
```
243+
244+
All permissions: readable, writable, and executable.
245+
238246
#### `semigroupPerm`
239247

240248
``` purescript

src/Node/FS/Perms.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Node.FS.Perms
66
, r
77
, w
88
, x
9+
, all
910
, mkPerms
1011
, Perms()
1112
, Perm()

0 commit comments

Comments
 (0)