UNPKG

review-edit-auto

Version:

scan your project, only review edited code in given time-range automatic

6 lines (5 loc) 87 B
export interface IBlameFormatRes { author: string; date: string; line: number; }