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

3 lines
154 B
TypeScript

import type { GitContributor } from '../types.js';
export declare const getContributors: (filePaths: string[], cwd: string) => Promise<GitContributor[]>;