]> git.immae.eu Git - github/fretlink/purs-loader.git/blob - docs/PursLoader/Glob.md
f7abe78a4dfcbc8f2642515198e5b0fce64a288b
[github/fretlink/purs-loader.git] / docs / PursLoader / Glob.md
1 ## Module PursLoader.Glob
2
3 #### `Glob`
4
5 ``` purescript
6 data Glob :: !
7 ```
8
9 #### `globAll`
10
11 ``` purescript
12 globAll :: forall eff. Array String -> Aff (glob :: Glob | eff) (Array (Array String))
13 ```
14
15