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