method DenoHost.open
DenoHost.open(path: string): Promise<Deno.FsFile>

Open a file for reading.

Parameters

path: string

Return Type

Promise<Deno.FsFile>

Usage

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