UNPKG

review-edit-auto

Version:

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

7 lines (6 loc) 137 B
/** * 提取文件名称 * @param {*} filePath */ declare function getFileName(filePath: string): string; export default getFileName;