Module

x/hono/client/utils.ts>replaceUrlParam

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
variable replaceUrlParam
import { replaceUrlParam } from "https://dotland.deno.dev/x/hono@v3.2.0-rc.1/client/utils.ts";

type

(urlString: string, params: Record<string, string>) => unknown