Skip to main content
Module

x/lume/core/site.ts>default#copy

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method default.prototype.copy
import { default } from "https://deno.land/x/lume@v1.15.2/core/site.ts";

Copy static files or directories without processing

Parameters

from: string
optional
to: string | ((path: string) => string)

Parameters

from: string[]
optional
to: (path: string) => string