UNPKG

review-edit-auto

Version:

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

4 lines (3 loc) 146 B
import { ILintRes } from '../lint/types'; declare function genColorData(data: ILintRes, isExcel: boolean): string[]; export default genColorData;