Skip to content

Commit 76cafc1

Browse files
committed
Add missing export
1 parent 7a657d3 commit 76cafc1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737
chown :: forall eff. FilePath -> Number -> Number -> Callback eff Unit -> Eff (fs :: FS | eff) Unit
3838

39+
exists :: forall eff. FilePath -> (Boolean -> Eff eff Unit) -> Eff (fs :: FS | eff) Unit
40+
3941
link :: forall eff. FilePath -> FilePath -> Callback eff Unit -> Eff (fs :: FS | eff) Unit
4042

4143
mkdir :: forall eff. FilePath -> Callback eff Unit -> Eff (fs :: FS | eff) Unit

src/Node/FS/Async.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module Node.FS.Async
2222
, writeTextFile
2323
, appendFile
2424
, appendTextFile
25+
, exists
2526
) where
2627

2728
import Control.Monad.Eff

0 commit comments

Comments
 (0)