UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

5 lines (4 loc) 137 B
/** * Throw error if git directory is not clean on return *true* otherwise */ export declare function assertClean(): Promise<boolean>;