property InstallDeps.extract

Unpacks the archive into a directory. Defaults to extract.

Type

(
archivePath: string,
destination: string
) => Promise<void>

Usage

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