effect-io-ai

Package: @effect/platform
Module: Url

Url.setHash

Updates the hash fragment of the URL.

Signature

declare const setHash: { (hash: string): (url: URL) => URL; (url: URL, hash: string): URL; }

Source

Since v1.0.0