mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 12:44:14 +00:00
Add node_modules
This commit is contained in:
parent
e1f786311a
commit
554eb0b122
994 changed files with 195567 additions and 0 deletions
31
node_modules/zx/build/globals.d.ts
generated
vendored
Normal file
31
node_modules/zx/build/globals.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
/// <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;
|
||||
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;
|
||||
var sleep: typeof _.sleep;
|
||||
var stdin: typeof _.stdin;
|
||||
var which: typeof _.which;
|
||||
var within: typeof _.within;
|
||||
var YAML: typeof _.YAML;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue