@oozcitak/url
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

URL

A Javascript implementation of the URL Living Standard.

License NPM Version

Travis Build Status AppVeyor Build status Dev Dependency Status Code Coverage

Version

Current version implements the standard as of commit 7ae1c69.

Installation

npm install @oozcitak/url

Usage

Create an instance of the URL or URLSearchParams classes.

const { URL } = require("@oozcitak/url");

const url = new URL("https://example.org/file.aspx")

Dependents (1)

Package Sidebar

Install

npm i @oozcitak/url

Weekly Downloads

991,143

Version

1.0.4

License

MIT

Unpacked Size

216 kB

Total Files

18

Last publish

Collaborators

  • oozcitak