Skip to main content
Module

x/easyutil/types.ts>UrlInfo

A collection of useful utilities to make development with Deno even easier!
Latest
type alias UrlInfo
import { type UrlInfo } from "https://deno.land/x/easyutil@0.10.0/types.ts";
definition: { protocol: string; subdomain: string; domain: string; tld: string; port: string; path: string; filename: string; ext: string; query: string; fragment: string; }