UNPKG

@keymanapp/kmc

Version:

Keyman Developer compiler command line tools

8 lines 385 B
export declare const expectedGitDateFormat: RegExp; /** * Returns the date and time of the last commit from git for the passed in path * @param path Path for which to retrieve the last commit message * @returns string, in RFC3339, 'YYYY-MM-DDThh:nn:ss.SSSZ' */ export declare function getLastGitCommitDate(path: string): string; //# sourceMappingURL=getLastGitCommitDate.d.ts.map