diff options
author | eric thul <thul.eric@gmail.com> | 2016-03-14 20:35:35 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-03-14 20:35:35 -0400 |
commit | 47973be19f453aadfc810a5439a12d48e110984a (patch) | |
tree | e260c7961d1681a3e94079957fa016c1d452b920 /docs/PursLoader/JsStringEscape.md | |
parent | 99fd1c4f2cf9bec1cb8488551c47ebca247b9497 (diff) | |
download | purs-loader-47973be19f453aadfc810a5439a12d48e110984a.tar.gz purs-loader-47973be19f453aadfc810a5439a12d48e110984a.tar.zst purs-loader-47973be19f453aadfc810a5439a12d48e110984a.zip |
Escape path for require
Resolves #41
Diffstat (limited to 'docs/PursLoader/JsStringEscape.md')
-rw-r--r-- | docs/PursLoader/JsStringEscape.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/PursLoader/JsStringEscape.md b/docs/PursLoader/JsStringEscape.md new file mode 100644 index 0000000..09f52aa --- /dev/null +++ b/docs/PursLoader/JsStringEscape.md | |||
@@ -0,0 +1,9 @@ | |||
1 | ## Module PursLoader.JsStringEscape | ||
2 | |||
3 | #### `jsStringEscape` | ||
4 | |||
5 | ``` purescript | ||
6 | jsStringEscape :: String -> String | ||
7 | ``` | ||
8 | |||
9 | |||