UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

10 lines (9 loc) 327 B
export declare function getLocalConfigFileCommitDate({ cwd }: { cwd: string; }): Promise<number | undefined>; export declare function isLocalConfigFileUntracked({ cwd }: { cwd: string; }): Promise<boolean | undefined>; export declare function isLocalConfigFileModified({ cwd }: { cwd: string; }): Promise<boolean>;