UNPKG

@vuepress/plugin-git

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