Type representing parsed URL components
queryParams: Record<string, string>
Parsed query parameters as key-value pairs
A Deno library for expanding shortened URLs to their full form. This library provides a simple and efficient way to resolve shortened URLs to their final destination.
Type representing parsed URL components
queryParams: Record<string, string>
Parsed query parameters as key-value pairs
Add Package
deno add jsr:@varandas/expand-url
Import symbol
import { type ExpandedUrl } from "@varandas/expand-url";
---- OR ----
Import directly with a jsr specifier
import { type ExpandedUrl } from "jsr:@varandas/expand-url";