function accessimport { access } from "https://deno.land/std@0.151.0/node/_fs/_fs_access.ts"; access(path: string | Buffer | URL,mode: number | CallbackWithError,callback?: CallbackWithError,): voidParameterspath: string | Buffer | URLmode: number | CallbackWithErroroptionalcallback: CallbackWithErrorReturnsvoid