function fs.existsSyncRe-exportimport { fs } from "https://deno.land/x/clone@v1.0.6/deps.ts"; const { existsSync } = fs; existsSync(filePath: string): booleanTest whether or not the given path exists by checking with the file system ParametersfilePath: stringReturnsboolean