import * as mod from "https://dotland.deno.dev/std@0.110.0/fs/copy.ts"; FunctionsfcopyCopy a file or directory. The directory can have contents. Like cp -r. Requires the --allow-read and --allow-write flag. fcopySyncCopy a file or directory. The directory can have contents. Like cp -r. Requires the --allow-read and --allow-write flag. InterfacesICopyOptions