UNPKG

lockfile-guardian

Version:

Never forget to install dependencies again! Automatically detect when your lock files change after git operations and warn you (or auto-install) when your dependencies are out of sync.

4 lines 229 B
export declare function installGitHooks(cwd?: string): void; export declare function uninstallGitHooks(cwd?: string): void; export declare function areHooksInstalled(cwd?: string): boolean; //# sourceMappingURL=git-hooks.d.ts.map