Searched defs:isFileExist (Results 1 – 2 of 2) sorted by relevance
24 export function isFileExist(filePath: string): boolean { function
606 const isFileExist = fs.existsSync(dependant); constant