url-umd
v1.0.0
Published
Universal Module Definition of url
Downloads
2
Readme
This will add window.Url
object when loaded
Install
npm install --save url-umd
Use
<html>
...
<script src='url.js' />
...
<script>
Url.parse('http://example.com')
</script>
</html>