UNPKG

dax

Version:

Cross platform shell tools inspired by zx.

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