UNPKG

knip

Version:

Find unused files, dependencies and exports in your TypeScript and JavaScript projects

4 lines (3 loc) 109 B
type Config = Record<string, string>; export type SimpleGitHooksConfig = Config | (() => Config); export {};