You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2023. It is now read-only.
`purescript-node-fs-aff` is deprecated. Functions and values from this library were merged as-is into the [`purescript-node-fs`](https://github.com/purescript/purescript-node-fs) library.
6
4
7
-
[Node.FS][node.fs] wrappers for [purescript-aff][aff].
5
+
The [original releases up to v9.2.0](https://github.com/purescript-deprecated/purescript-node-fs-aff/releases) of this library are still available and will work with compiler versions prior to PureScript v0.16.x.
8
6
9
-
The `Aff` monad lets you write async code with ease, and `node-fs-aff` lets you easily access the filesystem within `Aff`.
10
-
11
-
## Installation
12
-
13
-
```
14
-
spago install node-fs-aff
15
-
```
16
-
17
-
## Example
18
-
19
-
Consider asynchronously listing only non-hidden directories:
0 commit comments