property InstallDeps.access

Rejects when the install directory cannot be written. Defaults to fs.access(dir, W_OK).

Type

(directory: string) => Promise<void>

Usage

import { type InstallDeps } from "lib/commands/upgrade/install.ts";