aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/PursLoader/FS.md
blob: 811fcbdf24cc483978fc15312292357bf2ad424b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Module PursLoader.FS

#### `FS`

``` purescript
data FS :: !
```

#### `writeFileUtf8`

``` purescript
writeFileUtf8 :: forall eff. String -> String -> Aff (fs :: FS | eff) Unit
```

#### `findFileUtf8`

``` purescript
findFileUtf8 :: forall eff. Regex -> Array String -> Aff (fs :: FS | eff) (Maybe String)
```