mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 04:34:15 +00:00
Add node_modules
This commit is contained in:
parent
e1f786311a
commit
554eb0b122
994 changed files with 195567 additions and 0 deletions
12
node_modules/zx/build/index.d.ts
generated
vendored
Normal file
12
node_modules/zx/build/index.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { ProcessPromise } from './core.js';
|
||||
export { $, Shell, Options, ProcessPromise, ProcessOutput, within, cd, log, LogEntry, } from './core.js';
|
||||
export { argv, chalk, echo, fetch, fs, glob, globby, os, path, question, sleep, stdin, which, YAML, } from './goods.js';
|
||||
export { Duration, quote, quotePowerShell } from './util.js';
|
||||
/**
|
||||
* @deprecated Use $.nothrow() instead.
|
||||
*/
|
||||
export declare function nothrow(promise: ProcessPromise): ProcessPromise;
|
||||
/**
|
||||
* @deprecated Use $.quiet() instead.
|
||||
*/
|
||||
export declare function quiet(promise: ProcessPromise): ProcessPromise;
|
Loading…
Add table
Add a link
Reference in a new issue