UNPKG

knip

Version:

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

11 lines (10 loc) 275 B
export type ReleaseItConfig = { github?: { releaseNotes?: string | (() => string) | null; }; gitlab?: { releaseNotes?: string | (() => string) | null; }; plugins?: Record<string, unknown>; hooks?: Record<string, string | string[]>; };