function copyFileSyncimport { copyFileSync } from "https://deno.land/std@0.177.0/node/fs.ts"; copyFileSync(src: string | Buffer | URL,dest: string | Buffer | URL,mode?: number,)Parameterssrc: string | Buffer | URLdest: string | Buffer | URLoptionalmode: numberimport copyFileSyncimport { copyFileSync } from "https://deno.land/std@0.177.0/node/fs.ts";