UNPKG

e1c-repo-tools

Version:

Tools for 1C enterprise repository

5 lines (4 loc) 373 B
import E1cDispatcher, { DumpedFileInfo } from './E1cDispatcher'; export declare const getStagedFilesToProcess: (filesExtensions: string[], pathToDistDir?: string | undefined) => Promise<string[]>; export declare const processStagedFiles: (e1cDispatcher?: E1cDispatcher | undefined) => Promise<DumpedFileInfo[]>; export declare const precommitHook: () => Promise<void>;