UNPKG

ogit

Version:

A lazy developer's Git CLI made simple. Makes using git on cloud IDEs (i.e. C9) a walk in the park.

7 lines (6 loc) 271 B
import { GitFile } from './../models/GitFile'; export declare class OperationUtils { static addNewFilesToRepo: (files: GitFile[]) => void; static handleMergeConflicts: (files: string[]) => Promise<boolean>; static getRandomVerificationNumber: () => string; }