mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 04:34:15 +00:00
Update deps
This commit is contained in:
parent
eed58e3496
commit
363bb1be96
126 changed files with 5743 additions and 2737 deletions
2
node_modules/zx/build/util.d.ts
generated
vendored
2
node_modules/zx/build/util.d.ts
generated
vendored
|
@ -7,6 +7,6 @@ export declare function quote(arg: string): string;
|
|||
export declare function quotePowerShell(arg: string): string;
|
||||
export declare function exitCodeInfo(exitCode: number | null): string | undefined;
|
||||
export declare function errnoMessage(errno: number | undefined): string;
|
||||
export declare type Duration = number | `${number}s` | `${number}ms`;
|
||||
export type Duration = number | `${number}s` | `${number}ms`;
|
||||
export declare function parseDuration(d: Duration): number;
|
||||
export declare function formatCmd(cmd?: string): string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue