Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Uri.PathSegment

import type { Uri } from "https://raw.githubusercontent.com/i-xi-dev/url.es/3.1.21/mod.ts"; 

const { PathSegment } = Uri;
type PathSegment = string;

§Type

§
string
[src]