UNPKG

@happy-coders/fun-cli

Version:

Be your project management more fun!

6 lines (5 loc) 291 B
import { AddCommand, ListCommand, WithCommand } from './'; export declare function createAddCommand(): AddCommand; export declare function createListCommand(): ListCommand; export declare function createDeleteCommand(): ListCommand; export declare function createWithCommand(): WithCommand;