UNPKG

projen

Version:

CDK for software projects

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