Skip to content

Home > sculp-js > Url

Url interface

Signature:

typescript
export interface Url

Properties

Property

Modifiers

Type

Description

auth

string

hash

string

host

string

hostname

string

href

string

password

string

path

string

pathname

string

port

string

protocol

string

query

string

search

string

searchParams

Params

username

string

Released under the MIT License.