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