UNPKG

projen

Version:

CDK for software projects

8 lines 325 B
import type { CommandContext } from "../commandHandler.js"; export declare function touchCommand(context: CommandContext): Promise<import("../result.js").ExecuteResult>; interface TouchFlags { paths: string[]; } export declare function parseArgs(args: string[]): TouchFlags; export {}; //# sourceMappingURL=touch.d.ts.map