function canReadimport { canRead } from "https://deno.land/x/fileserver@1.1.19/src/util.ts"; canRead(path: string): Promise<boolean>Check whether or not the application can read a certain file or directory. Parameterspath: stringThe path to check read permissions for. ReturnsPromise<boolean>