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): void;

Parameters

output

OutputDirectory

basePathoptional

string

Returns

void