property NodeHost.readdir

List directory entries.

Type

(path: string) => Promise<readonly string[]>

Usage

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