Skip to content

id

Get the id (SHA1) of a repository tag.

Signature

ts
class Tag {
  id(): string;
}

Returns

  • string

    ID(SHA1) of this tag.

Released under the MIT License.