@shutootaki/gwm
Version:
git worktree manager CLI
11 lines • 446 B
TypeScript
import type { Config } from '../config/types.js';
import type { TrustStatus } from './types.js';
/**
* Verify the trust status of project hooks
*
* @param repoRoot Repository root path
* @param config Loaded configuration
* @param hasProjectHooks Whether the project config contains hooks
*/
export declare function verifyTrust(repoRoot: string, config: Config, hasProjectHooks: boolean): TrustStatus;
//# sourceMappingURL=verifier.d.ts.map