diff options
Diffstat (limited to 'src/Lib/Dom/Location.ml')
-rw-r--r-- | src/Lib/Dom/Location.ml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Lib/Dom/Location.ml b/src/Lib/Dom/Location.ml new file mode 100644 index 0000000..2c58705 --- /dev/null +++ b/src/Lib/Dom/Location.ml @@ -0,0 +1,7 @@ +external set : Dom.element -> string -> unit = "location" + [@@bs.set] + +type location + +external hash : location -> string = "hash" + [@@bs.get] |