property NodeHost.writeFile

Write bytes to a file.

Type

(
path: string,
) => Promise<void>

Usage

import { type NodeHost } from "runtime/src/index.ts";