UNPKG

fix-bad-declaration-output

Version:

Do you have bad declarations? Is it too hard to fix complex tooling? (Or do you not have the time to learn how?)

11 lines (10 loc) 390 B
/** * @param {string} glob * @param {import('./types.js').Fixes} fixes */ export function fixBadDeclarationOutput(glob?: string, fixes?: import('./types.js').Fixes, options?: { log: boolean; }): Promise<void>; export type Issue = import('./types.js').Issue; export type FixerPair = import('./types.js').FixerPair<any>; export type IssueFunction = import('./types.js').IssueFunction;