function existsSyncRe-exportimport { existsSync } from "https://deno.land/std@v0.38.0/fs/mod.ts"; existsSync(filePath: string): booleanTest whether or not the given path exists by checking with the file system ParametersfilePath: stringReturnsboolean