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

8 lines (7 loc) 176 B
/** * @param {string} contents * @param {{ types?: string }} [ options ] */ export function fixEmberReferences(contents: string, options?: { types?: string; }): string;