Copyimport * as mod from "https://deno.land/std@0.139.0/fs/copy.ts";FunctionscopyCopy a file or directory. The directory can have contents. Like cp -r. Requires the --allow-read and --allow-write flag. copySyncCopy a file or directory. The directory can have contents. Like cp -r. Requires the --allow-read and --allow-write flag. InterfacesCopyOptions