Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 884 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 884 Bytes

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