aboutsummaryrefslogtreecommitdiff
path: root/src/string.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.ml')
-rw-r--r--src/string.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.ml b/src/string.ml
new file mode 100644
index 0000000..335fdec
--- /dev/null
+++ b/src/string.ml
@@ -0,0 +1 @@
+external padStart : string -> int -> string -> string = "padStart" [@@bs.send]