Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/node_modules/denoify/tools/fsCopy.d.ts>fsCopy

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
variable fsCopy
import { fsCopy } from "https://deno.land/x/windmill@v1.422.0/node_modules/denoify/tools/fsCopy.d.ts";

Copy file or directory. Works on windows. Non exsisting directories are created recursively

type

(src: string, dest: string) => void