Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/core.ts>Writer#copyFile

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Writer.prototype.copyFile
Re-export
import { Writer } from "https://deno.land/x/lume@v1.16.0/core.ts";

Copy a static file in the dest folder Returns a boolean indicating if the file has saved

Returns

Promise<boolean>