@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")

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    967,765
    • latest

Version History

Package Sidebar

Install

npm i @oozcitak/url

Weekly Downloads

987,599

Version

1.0.4

License

MIT

Unpacked Size

216 kB

Total Files

18

Last publish

Collaborators

  • oozcitak