UNPKG

review-edit-auto

Version:

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

4 lines (3 loc) 151 B
import { ILintRes } from '../lint/types'; declare const hanleResult: (target: ILintRes[], isExcel: boolean) => string[][]; export default hanleResult;