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?)

9 lines (8 loc) 192 B
/** * @param {string} contents */ export function fixGTSExtensions(contents: string): string; /** * @param {string} contents */ export function fixOwnReferences(contents: string): string;