1.0.0 • Published 3 years ago
norm-url v1.0.0
⚙️ 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"1.0.0
3 years ago