Skip to content

writeOutput

Write the output from render to the file system.

import { writeOutput } from "@alloy-js/core";
function writeOutput(output: OutputDirectory, basePath?: string): Promise<void>;
output

OutputDirectory

basePathoptional

string

Promise<void>