mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
13 lines
402 B
TypeScript
13 lines
402 B
TypeScript
import { ProcessPromise } from './core.js';
|
|
export * from './core.js';
|
|
export * from './goods.js';
|
|
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;
|