1.0.1 • Published 5 years ago

servie-url v1.0.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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