UNPKG

e1c-repo-tools

Version:

Tools for 1C enterprise repository

5 lines (4 loc) 353 B
export declare const revParse: (revision?: string, workDir?: string) => Promise<string>; export declare const getStagedFiles: (workDir?: string) => Promise<string[]>; export declare const stageDir: (pathToDir: string, workDir?: string) => Promise<void>; export declare const getDirStatus: (pathToDir: string, workDir?: string) => Promise<string[]>;