function chmodSyncimport { chmodSync } from "https://deno.land/std@0.172.0/node/_fs/_fs_chmod.ts"; chmodSync(path: string | URL, mode: string | number)Parameterspath: string | URLmode: string | number