Skip to content

committer

Get the committer of this commit.

Signature

ts
class Commit {
  committer(): Signature;
}

Returns

  • Signature

    Committer signature of this commit.

    • emailrequired · string

      Email on the signature.

    • namerequired · string

      Name on the signature.

    • timestamprequired · number

      Time in seconds, from epoch

Released under the MIT License.