test/node_modules/@vuepress/plugin-git/lib/node/utils/getCreatedTime.d.ts
2024-08-13 09:27:52 +08:00

5 lines
158 B
TypeScript

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