Skip to content

serviejs/servie-url

Repository files navigation

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