UNPKG

hugo-installer

Version:
3 lines (2 loc) 264 B
import { InstallHugoOptions } from './install-hugo.interfaces'; export declare function installHugo({ arch, downloadUrl, destination, extended, force, httpProxy, httpsProxy, os, skipChecksumCheck, skipHealthCheck, version, }: InstallHugoOptions): Promise<void>;