UNPKG

dax

Version:

Cross platform shell tools inspired by zx.

4 lines 233 B
import type { CommandContext } from "../commandHandler.js"; import { type ExecuteResult } from "../result.js"; export declare function sleepCommand(context: CommandContext): Promise<ExecuteResult>; //# sourceMappingURL=sleep.d.ts.map