Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/client/utils.ts>replaceUrlParam

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

type

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