Skip to content

author

Get the author of this commit.

Signature

ts
class Commit {
  author(): Signature;
}

Returns

  • Signature

    Author 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.