Skip to main content
URLFormatOptions.search - url - Node documentation
property URLFormatOptions.search

Usage in Deno

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

true if the serialized URL string should include the search query, false otherwise.

Type