servie-url

URL parser for Servie with built-in caching

Usage no npm install needed!

<script type="module">
  import servieUrl from 'https://cdn.skypack.dev/servie-url';
</script>

README

Servie URL

NPM version NPM downloads Build status Test coverage

URL parser for Servie with built-in caching.

Installation

npm install servie-url --save

Usage

import { getURL } from "servie-url";

const url = getURL(new Request("/"));

TypeScript

This project is written using TypeScript and publishes the definitions directly to NPM.

License

Apache 2.0