UNPKG

217 BTypeScriptView Raw
1import { TPrefixes } from '@auto/utils';
2import { TGithubOptions, TRepoLog } from './types';
3export declare const makeRepoGithubRelease: (log: TRepoLog, prefixes: TPrefixes, options: TGithubOptions) => Promise<void>;