import { default } from "https://deno.land/x/lume@v1.18.4/core/writer.ts";
Class to write the generated pages and static files in the dest folder.
Constructors
new
default(options: Options)Methods
clear()
Empty the dest folder
copyFile(file: StaticFile): Promise<boolean>
Copy a static file in the dest folder Returns a boolean indicating if the file has saved
copyFiles(files: StaticFile[]): Promise<StaticFile[]>
Copy the static files in the dest folder
removeFiles(files: string[])
Save a page in the dest folder Returns a boolean indicating if the page has saved