Skip to content

id

Get the id (SHA1) of a repository blob.

Signature

ts
class Blob {
  id(): string;
}

Returns

  • string

    ID(SHA1) of a repository blob.

Released under the MIT License.