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.

9 lines (8 loc) 209 B
export declare class GitFile { path: string; workingDir: string; index: string; id: string; constructor(path: string, workingDir: string, index: string); readonly changeType: string; }