Skip to main content
Module

x/mesozoic/mod.ts>SourceFile#copyTo

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

Parameters

to: string

The absolute path to copy the file to.

optional
filepath = [UNSUPPORTED]

Returns

Promise<SourceFile>

An unlocked source file of the copied file.