UNPKG

@buurman-tasks/husky

Version:

Buurman task for husky - Git hooks made easy

5 lines 198 B
import { Huskyrc } from "./models"; export declare const huskyrcJson: (hooks: { [name: string]: string; }) => (config?: Huskyrc | null) => Huskyrc; //# sourceMappingURL=transformers.d.ts.map