UNPKG

299 BTypeScriptView Raw
1export * from './types';
2export { Command } from './command';
3export { exec } from './exec';
4export { tasks } from './tasks';
5export { NodeProcess } from './NodeProcess';
6import { result } from './common';
7export declare const util: {
8 result: typeof result;
9 chalk: import("chalk").Chalk;
10};