Skip to main content
UrlWithStringQuery - url - Node documentation
interface UrlWithStringQuery
extends Url

Usage in Deno

import { type UrlWithStringQuery } from "node:url";

Properties

query: string | null