function existsRe-exportimport { exists } from "https://deno.land/x/deno@v0.28.0/std/fs/mod.ts"; exists(filePath: string): Promise<boolean>Test whether or not the given path exists by checking with the file system ParametersfilePath: stringReturnsPromise<boolean>