Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ultra/lib/build/utils/fs.ts>copyFiles

⚔️ Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
function copyFiles
import { copyFiles } from "https://deno.land/x/ultra@v2.0.0-alpha.9/lib/build/utils/fs.ts";

Parameters

from: string

The directory of files to copy from

to: string

The directory to copy files to

optional
skip: RegExp[] = [UNSUPPORTED]