UNPKG

241 BTypeScriptView Raw
1import { DiagnosticHandler } from './diagnostics';
2export default function findEntryPoint(possibilities: string[], options: {
3 notFoundIsFatal?: boolean;
4 component: string;
5 onDiagnostic: DiagnosticHandler;
6}): string | undefined;