한국어
Appearance
리포지토리에 있는 모든 태그 목록을 가져와요.
class Repository { tagNames(pattern?: string): string[]; }
선택적으로 fnmatch 패턴을 지정할 수 있어요. 지정하면 해당 패턴과 일치하는 태그만 반환돼요.
fnmatch