import * as mod from "https://deno.land/std@0.203.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