UNPKG

unbag

Version:

一个专门用来开发npm工具的包

6 lines 214 B
export declare const useGit: () => { currentBranchGet: () => Promise<string>; currentBranchStatusGet: () => Promise<string>; gitRootPathGet: () => Promise<string>; stageFilesGet: () => Promise<string[]>; };