property NodeHost.mkdir

Create a directory.

Type

(
path: string,
options?: { recursive?: boolean; }
) => Promise<void>

Usage

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