Skip to main content
Module

x/githooks/githooks.ts>GithooksOptions

Allows you to associate deno tasks with githooks by extending the native deno.json configuration file
Go to Latest
type alias GithooksOptions
import { type GithooksOptions } from "https://deno.land/x/githooks@0.0.3/githooks.ts";
definition: { getConfig: () => Promise<Githooks>; verbose?: boolean; }