UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

5 lines (4 loc) 261 B
import type { RawExecOptions } from './types'; export declare function isHermit(): boolean; export declare function findHermitCwd(cwd: string): Promise<string>; export declare function getHermitEnvs(rawOptions: RawExecOptions): Promise<Record<string, string>>;