Skip to content

url

Get the remote's URL.

Signature

ts
class Remote {
  url(): string;
}

Errors

  • Error

    Throws error if the URL is not valid utf-8.

Released under the MIT License.