UNPKG

@vuepress/plugin-git

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