function denoCanReadimport { denoCanRead } from "https://deno.land/x/fileserver@1.1.19/src/util.ts"; denoCanRead(path: string): Promise<boolean>Check whether or not Deno has access to read a certain file/directory. Parameterspath: stringThe path to the file or directory. ReturnsPromise<boolean>