UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

5 lines (4 loc) 253 B
export declare function isGitRepo(): Promise<boolean>; export declare function getCurrentBranch(): Promise<string | null>; export declare function isWorkingTreeClean(): Promise<boolean>; export declare function isRemoteHistoryClean(): Promise<boolean>;