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

x/mesozoic/lib/sources/file.ts>File#copyTo

A generic build system for Deno web apps
Go to Latest
method File.prototype.copyTo
import { File } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/sources/file.ts";

Parameters

_to: string
optional
_filePath: string | undefined

Returns

Promise<IFile>