Uri.QueryParameterCopyimport 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]