UNPKG

simple-task-master

Version:
9 lines 186 B
/** * Delete task command */ import { Command } from 'commander'; /** * Create the delete command */ export declare const deleteCommand: Command; //# sourceMappingURL=delete.d.ts.map