import { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { Router } = oak;
Generate a URL pathname based on the provided path, interpolating the optional params provided. Also accepts an optional set of options.
import { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { Router } = oak;
Generate a URL pathname based on the provided path, interpolating the optional params provided. Also accepts an optional set of options.