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

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

💎 Next-gen browser/server fluid React framework
Go to Latest
function copyFiles
import { copyFiles } from "https://deno.land/x/ultra@v2.0.0-alpha.3/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]