UNPKG

morbo-cli

Version:

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

18 lines (17 loc) 422 B
declare const getGitBlame: (scanPath: string, results: { author: string | null; description?: string | undefined; fileName: string; label: string; lineNumber: number; message: string; }[]) => { commitData: {}; author: string | null; description?: string | undefined; fileName: string; label: string; lineNumber: number; message: string; }[]; export default getGitBlame;