UNPKG

knip

Version:

Find unused files, dependencies and exports 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[]>; };