English
Appearance
Get a list with all the tags in the repository.
class Repository { tagNames(pattern?: string | null | undefined): string[]; }
An optional fnmatch pattern can also be specified.