5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
/**
|
|
* Get unix timestamp in milliseconds of the last commit
|
|
*/
|
|
export declare const getUpdatedTime: (filePaths: string[], cwd: string) => Promise<number>;
|