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

Usage in Deno

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

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

Type

boolean | undefined