URL parser for Servie with built-in caching.
npm install servie-url --save
import { getURL } from "servie-url";
const url = getURL(new Request("/"));
This project is written using TypeScript and publishes the definitions directly to NPM.
Apache 2.0