UNPKG

ddc-commit-hooks

Version:
10 lines (9 loc) 276 B
import * as Config from "./configDefaults"; declare const preCommit: { handleDiffResult(err: null, result: { files: any; }, config: Config.config): void; fileExists(filePath: string): boolean; check(config: Config.config): void; }; export = preCommit;