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

Uri.Scheme

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

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

§Type

§
string
[src]