An implementation of the URL Living Standard
npm install @oozcitak/url



npm install @oozcitak/url
`Usage
Create an instance of the URL or URLSearchParams classes.`js
const { URL } = require("@oozcitak/url");const url = new URL("https://example.org/file.aspx")
``