norm-url
v1.0.0
Published
Simple URL Normalizer
Downloads
1
Maintainers
Readme
⚙️ Installation
npm i norm-url
📖 Usage
• Import
// ES6
import normUrl from "norm-url";
// commonjs
const normUrl = require("norm-url");
• Examples
normUrl("test.com#hash?query=hello");
// "http://test.com/#hash?query=hello"