Skip to content

url

Get the submodule's URL.

Signature

ts
class Submodule {
  url(): string | null;
}

Returns

  • null | string

    The URL of the submodule. Returns null if the URL isn't present.

Released under the MIT License.