Defines a Url

Hierarchy

  • default

Constructors

Properties

Accessors

Methods

Constructors

  • Creates a new Url

    Parameters

    • baseUrl: string | default

      The Url to base this instance off of

    • Optional queryStringObject: Record<string, unknown>

      Query string items as a plain object to add/update on the base Url. Set an item to undefined | null to remove it.

    Returns default

Properties

#query: default
#url: string

Accessors

Methods

Generated using TypeDoc