property NodeHost.readFile

Read file as bytes.

Type

(path: string) => Promise<Uint8Array>

Usage

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