UNPKG

1.13 kBTypeScriptView Raw
1/// <reference path="../../../node_modules/@types/lodash/common/common.d.ts" />
2/// <reference path="../../../node_modules/@types/lodash/common/array.d.ts" />
3/// <reference path="../../../node_modules/@types/lodash/common/collection.d.ts" />
4/// <reference path="../../../node_modules/@types/lodash/common/date.d.ts" />
5/// <reference path="../../../node_modules/@types/lodash/common/function.d.ts" />
6/// <reference path="../../../node_modules/@types/lodash/common/lang.d.ts" />
7/// <reference path="../../../node_modules/@types/lodash/common/math.d.ts" />
8/// <reference path="../../../node_modules/@types/lodash/common/number.d.ts" />
9/// <reference path="../../../node_modules/@types/lodash/common/object.d.ts" />
10/// <reference path="../../../node_modules/@types/lodash/common/seq.d.ts" />
11/// <reference path="../../../node_modules/@types/lodash/common/string.d.ts" />
12/// <reference path="../../../node_modules/@types/lodash/common/util.d.ts" />
13export interface Commit {
14 authorName: string | null;
15 authorEmail: string | null;
16}
17export declare const gitInfo: () => Promise<import("_").Dictionary<any> | undefined>;