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/util.d.ts
generated
vendored
Normal file
12
node_modules/zx/build/util.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
import psTreeModule from 'ps-tree';
|
||||
export declare const psTree: (arg1: number) => Promise<readonly psTreeModule.PS[]>;
|
||||
export declare function noop(): void;
|
||||
export declare function randomId(): string;
|
||||
export declare function isString(obj: any): boolean;
|
||||
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 declare function parseDuration(d: Duration): number;
|
||||
export declare function formatCmd(cmd?: string): string;
|
Loading…
Add table
Add a link
Reference in a new issue