@bryanthomaschen/re-url

Bucklescript bindings for Javascript URL

Usage no npm install needed!

<script type="module">
  import bryanthomaschenReUrl from 'https://cdn.skypack.dev/@bryanthomaschen/re-url';
</script>

README

re-url

Reason bindings for Javascript's URL and URLSearchParams.

Note: URLSearchParams methods entries(), keys(), and values() current return a Js.Array.array_like('a) which you can use with Js.Array.from to obtain an array which can be further operated on.