UNPKG

git-blame-line

Version:

Execute git blame for a single line and get a JSON as result

6 lines (5 loc) 140 B
declare type InfoLine = { [x: string]: string | Date; }; export declare function parseBlameInfoLine(line: string): InfoLine; export {};