Package: @effect/platform Module: Url
@effect/platform
Url
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