Package: @effect/platform Module: Url
@effect/platform
Url
Replaces the entire URL string.
Signature
declare const setHref: { (href: string): (url: URL) => URL; (url: URL, href: string): URL; }
Source
Since v1.0.0