UNPKG

634 BTypeScriptView Raw
1import type { Github, FilenamesForReadmeFiles } from './types'
2import type Fellow from 'fellow'
3import type { BadgesField } from 'badges'
4interface BackerOptions {
5 filenamesForReadmeFiles: FilenamesForReadmeFiles
6 badges: BadgesField
7 maintainers: Fellow[]
8 sponsors: Fellow[]
9 contributors: Fellow[]
10 github: Github
11}
12export declare function getBackerSection(data: BackerOptions): string
13export declare function getBackerFile(data: BackerOptions): string
14export declare function getContributeSection(data: {
15 filenamesForReadmeFiles: FilenamesForReadmeFiles
16 github: Github
17}): string
18export {}
19//# sourceMappingURL=backer.d.ts.map
20
\No newline at end of file