aboutsummaryrefslogtreecommitdiff
path: root/src/Lib/URI.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lib/URI.ml')
-rw-r--r--src/Lib/URI.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Lib/URI.ml b/src/Lib/URI.ml
new file mode 100644
index 0000000..705bc7b
--- /dev/null
+++ b/src/Lib/URI.ml
@@ -0,0 +1,2 @@
+external encode : string -> string = "encodeURIComponent"
+ [@@bs.val]