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