Skip to main content

Built and signed on GitHub Actions

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.

This package works with Deno
This package works with Deno
JSR Score
100%
Published
2 weeks ago (1.0.0)

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";