@dothq/url
v1.2.1
Published
A simple URL formatting module for Dot Browser
Downloads
17
Readme
🔗 URL
A simple URL formatting module for Dot Browser.
⏬ Install
npm i @dothq/url
🚀 Example
const FormattedURL = require("@dothq/url");
const url = new FormattedURL("https://mynameis:[email protected]/with-paths?youGotHashes=true#yes-we-do")
console.log(url) // { protocol: 'https://', showProtocol: false, host: 'mynameis:[email protected]', pathname: '/with-paths?youGotHashes=true#yes-we-do' }
🖋 Authors
- Ender aka EnderDev - Main Developer - EnderDev
🤵 License
This project is licensed under the MIT License - see the LICENSE file for details