Preparing search index...
The search index is not available
@pierred/node-git
@pierred/node-git
CommitAuthor
Interface CommitAuthor
Represents a commit author: name & email.
interface
CommitAuthor
{
email
:
string
;
name
:
string
;
}
Index
Properties
email
name
Properties
email
email
:
string
name
name
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
email
name
@pierred/node-git
Loading...
Generated using
TypeDoc
Represents a commit author: name & email.