deployphp/node_modules/zx/build/index.d.ts

13 lines
402 B
TypeScript
Raw Normal View History

2023-01-10 15:49:41 +00:00
import { ProcessPromise } from './core.js';
2023-03-28 15:15:22 +00:00
export * from './core.js';
export * from './goods.js';
2023-01-10 15:49:41 +00:00
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;