Skip to main content
Module

x/hono/client/utils.ts>replaceUrlParam

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

type

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