Package: @effect/platform Module: Url
@effect/platform
Url
Updates the path of the URL.
Signature
declare const setPathname: { (pathname: string): (url: URL) => URL; (url: URL, pathname: string): URL; }
Source
Since v1.0.0