aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/PursLoader/Glob.md
blob: f7abe78a4dfcbc8f2642515198e5b0fce64a288b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Module PursLoader.Glob

#### `Glob`

``` purescript
data Glob :: !
```

#### `globAll`

``` purescript
globAll :: forall eff. Array String -> Aff (glob :: Glob | eff) (Array (Array String))
```