function existsSyncimport { existsSync } from "https://deno.land/x/velociraptor@1.5.0/deps.ts"; existsSync(filePath: string): booleanTest whether or not the given path exists by checking with the file system ParametersfilePath: stringReturnsboolean