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