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

x/justaos_utils/packages/file-utils/deps.ts

Common utility functions used across projects
Go to Latest
import * as justaosUtils from "https://deno.land/x/justaos_utils@v1.9.0/packages/file-utils/deps.ts";

Functions

Copy a file or directory. The directory can have contents. Like cp -r. Requires the --allow-read and --allow-write flag.

Copy a file or directory. The directory can have contents. Like cp -r. Requires the --allow-read and --allow-write flag.

Synchronous version of expandGlob().