method DenoHost.writeFile
DenoHost.writeFile(
path: string,
): Promise<void>

Write bytes to a file.

Parameters

path: string

Return Type

Promise<void>

Usage

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