Skip to content

mailmap

Gets this repository's mailmap.

Signature

ts
class Repository {
  mailmap(): Mailmap | null;
}

Returns

  • null | Mailmap

    The mailmap object if it exists, null otherwise

Released under the MIT License.