Skip to content

tagNames

Get a list with all the tags in the repository.

Signature

ts
class Repository {
  tagNames(pattern?: string | null | undefined): string[];
}

Parameters

  • patternnull | string

    An optional fnmatch pattern can also be specified.

Released under the MIT License.