2023-01-10 15:49:41 +00:00
|
|
|
/// <reference types="node" resolution-mode="require"/>
|
|
|
|
/// <reference types="node" resolution-mode="require"/>
|
|
|
|
/// <reference types="which" />
|
|
|
|
import * as _ from './index.js';
|
|
|
|
declare global {
|
|
|
|
type ProcessPromise = _.ProcessPromise;
|
|
|
|
type ProcessOutput = _.ProcessOutput;
|
|
|
|
var ProcessPromise: typeof _.ProcessPromise;
|
|
|
|
var ProcessOutput: typeof _.ProcessOutput;
|
|
|
|
var log: typeof _.log;
|
|
|
|
var $: typeof _.$;
|
|
|
|
var argv: typeof _.argv;
|
|
|
|
var cd: typeof _.cd;
|
|
|
|
var chalk: typeof _.chalk;
|
|
|
|
var echo: typeof _.echo;
|
2023-03-28 15:15:22 +00:00
|
|
|
var expBackoff: typeof _.expBackoff;
|
2023-01-10 15:49:41 +00:00
|
|
|
var fs: typeof _.fs;
|
|
|
|
var glob: typeof _.glob;
|
|
|
|
var globby: typeof _.globby;
|
|
|
|
var nothrow: typeof _.nothrow;
|
|
|
|
var os: typeof _.os;
|
|
|
|
var path: typeof _.path;
|
|
|
|
var question: typeof _.question;
|
|
|
|
var quiet: typeof _.quiet;
|
|
|
|
var quote: typeof _.quote;
|
|
|
|
var quotePowerShell: typeof _.quotePowerShell;
|
2023-03-28 15:15:22 +00:00
|
|
|
var retry: typeof _.retry;
|
2023-01-10 15:49:41 +00:00
|
|
|
var sleep: typeof _.sleep;
|
2023-03-28 15:15:22 +00:00
|
|
|
var spinner: typeof _.spinner;
|
|
|
|
var ssh: typeof _.ssh;
|
2023-01-10 15:49:41 +00:00
|
|
|
var stdin: typeof _.stdin;
|
|
|
|
var which: typeof _.which;
|
|
|
|
var within: typeof _.within;
|
|
|
|
var YAML: typeof _.YAML;
|
|
|
|
}
|