UNPKG

morbo-cli

Version:

… All tech debt is vermin in the eyes of Morbo!

11 lines (10 loc) 264 B
export default function sendReport(payload: { results: any[]; fileStats: { [extension: string]: number; }; linesOfCode: number; }, { morboServerUri, projectId, }: { morboServerUri: string | null; projectId: string | null; }): void;