Skip to content

path

Get the path for the submodule.

Signature

ts
class Submodule {
  path(): string;
}

Returns

  • string

    The path for the submodule.

Released under the MIT License.