Skip to content

path

서브모듈의 경로를 가져와요.

시그니처

ts
class Submodule {
  path(): string;
}

반환 값

  • string

    서브모듈의 경로

MIT 라이선스에 따라 배포됩니다.