Searched defs:existsSync (Results 1 – 3 of 3) sorted by relevance
3 const { existsSync } = require("fs") as typeof import("fs"); constant
4 var existsSync = fs.existsSync || path.existsSync variable
295 function existsSync(path) { function