UNPKG

219 BTypeScriptView Raw
1import type { Warning } from '../Spec';
2import type { default as Import } from '../Import';
3export declare function collectSpellingDiagnostics(report: (e: Warning) => void, mainSource: string, imports: Import[]): void;