Skip to content

Types: UrlParts

ts
type UrlParts = object;

Type declaration

hash

ts
hash: string;

host?

ts
optional host: string;

pathname

ts
pathname: string;

protocol?

ts
optional protocol: string;
ts
search: string;

searchParams

ts
searchParams: QuerySource;