diff options
Diffstat (limited to 'docs/PursLoader/Options.md')
-rw-r--r-- | docs/PursLoader/Options.md | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/PursLoader/Options.md b/docs/PursLoader/Options.md index d04b721..4202475 100644 --- a/docs/PursLoader/Options.md +++ b/docs/PursLoader/Options.md | |||
@@ -1,9 +1,26 @@ | |||
1 | ## Module PursLoader.Options | 1 | ## Module PursLoader.Options |
2 | 2 | ||
3 | #### `Options` | ||
4 | |||
5 | ``` purescript | ||
6 | newtype Options | ||
7 | ``` | ||
8 | |||
9 | ##### Instances | ||
10 | ``` purescript | ||
11 | instance isForeignOptions :: IsForeign Options | ||
12 | ``` | ||
13 | |||
14 | #### `output` | ||
15 | |||
16 | ``` purescript | ||
17 | output :: Options -> String | ||
18 | ``` | ||
19 | |||
3 | #### `pscOptions` | 20 | #### `pscOptions` |
4 | 21 | ||
5 | ``` purescript | 22 | ``` purescript |
6 | pscOptions :: Foreign -> Array String | 23 | pscOptions :: Options -> Array String |
7 | ``` | 24 | ``` |
8 | 25 | ||
9 | #### `loaderSrcOption` | 26 | #### `loaderSrcOption` |