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
21
node_modules/zx/build/goods.d.ts
generated
vendored
Normal file
21
node_modules/zx/build/goods.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
import * as globbyModule from 'globby';
|
||||
import minimist from 'minimist';
|
||||
import { RequestInfo, RequestInit } from 'node-fetch';
|
||||
import { Duration } from './util.js';
|
||||
export { default as chalk } from 'chalk';
|
||||
export { default as fs } from 'fs-extra';
|
||||
export { default as which } from 'which';
|
||||
export { default as YAML } from 'yaml';
|
||||
export { default as path } from 'node:path';
|
||||
export { default as os } from 'node:os';
|
||||
export declare let argv: minimist.ParsedArgs;
|
||||
export declare function updateArgv(args: string[]): void;
|
||||
export declare const globby: ((patterns: string | readonly string[], options?: globbyModule.Options) => Promise<string[]>) & typeof globbyModule;
|
||||
export declare const glob: ((patterns: string | readonly string[], options?: globbyModule.Options) => Promise<string[]>) & typeof globbyModule;
|
||||
export declare function sleep(duration: Duration): Promise<unknown>;
|
||||
export declare function fetch(url: RequestInfo, init?: RequestInit): Promise<import("node-fetch").Response>;
|
||||
export declare function echo(...args: any[]): void;
|
||||
export declare function question(query?: string, options?: {
|
||||
choices: string[];
|
||||
}): Promise<string>;
|
||||
export declare function stdin(): Promise<string>;
|
Loading…
Add table
Add a link
Reference in a new issue