UNPKG

zx

Version:

A tool for writing better scripts

16 lines (15 loc) 652 B
import { ProcessPromise } from './core.js'; export * from './core.js'; export * from './goods.js'; export { minimist, chalk, dotenv, fs, which, YAML, ps, glob, glob as globby, } from './vendor.js'; export declare const VERSION: string; export declare const version: string; export { type Duration, quote, quotePowerShell, tempdir, tempdir as tmpdir, tempfile, tempfile as tmpfile, } from './util.js'; /** * @deprecated Use $`cmd`.nothrow() instead. */ export declare function nothrow(promise: ProcessPromise): ProcessPromise; /** * @deprecated Use $`cmd`.quiet() instead. */ export declare function quiet(promise: ProcessPromise): ProcessPromise;