UNPKG

knip

Version:

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

12 lines (11 loc) 232 B
export interface KnexConfig { client?: string; connection?: unknown; migrations?: { directory?: string | string[]; tableName?: string; }; seeds?: { directory?: string | string[]; }; }