Skip to main content
The Deno 2 Release Candidate is here
Learn more
function File
import { File } from "https://deno.land/x/macromania_assets@v0.2.0/deps.ts";

Create a file in current out directory, write the evaluated children there.

Parameters

unnamed 0: { name: string; mode?: Mode; children?: Expressions; }
  • The name of the file to create.

Returns

The evaluated children.