UNPKG

projen

Version:

CDK for software projects

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