projectz
Version:
Stop wasting time syncing and updating your project's README and Package Files!
8 lines • 395 B
TypeScript
import type { BackerOptions, Github, FilenamesForReadmeFiles } from './types';
export declare function getContributeSection(data: {
filenamesForReadmeFiles: FilenamesForReadmeFiles;
github: Github;
}): string;
export declare function getBackersSection(data: BackerOptions): string;
export declare function getBackersFile(data: BackerOptions): string;
//# sourceMappingURL=backer.d.ts.map