mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 12:44:14 +00:00
Update deps
This commit is contained in:
parent
eed58e3496
commit
363bb1be96
126 changed files with 5743 additions and 2737 deletions
7
node_modules/zx/build/experimental.d.ts
generated
vendored
7
node_modules/zx/build/experimental.d.ts
generated
vendored
|
@ -1,6 +1 @@
|
|||
import { Duration } from './util.js';
|
||||
export declare function retry<T>(count: number, callback: () => T): Promise<T>;
|
||||
export declare function retry<T>(count: number, duration: Duration | Generator<number>, callback: () => T): Promise<T>;
|
||||
export declare function expBackoff(max?: Duration, rand?: Duration): Generator<number, void, unknown>;
|
||||
export declare function spinner<T>(callback: () => T): Promise<T>;
|
||||
export declare function spinner<T>(title: string, callback: () => T): Promise<T>;
|
||||
export { spinner, retry, expBackoff, echo } from './goods.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue