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

Uri.QueryParameter

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

const { QueryParameter } = Uri;

A query parameter represented as name-value pair.

type QueryParameter = [string, string];

§Type

§
[string, string]
[src]