google_forms/node_modules/husky/lib/index.d.ts

5 lines
220 B
TypeScript
Raw Normal View History

2024-08-09 12:04:48 +00:00
export declare function install(dir?: string): void;
export declare function set(file: string, cmd: string): void;
export declare function add(file: string, cmd: string): void;
export declare function uninstall(): void;