UNPKG

@vuepress/plugin-git

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