UNPKG

@sudoo/coco

Version:

:ocean: A simple command line tool framework

5 lines (4 loc) 266 B
import { Command } from "../command/command"; import { Coco } from "../core/coco"; export declare const createInfoCommand: (command: string, coco: Coco, printFunction: (result: string) => void) => Command; export declare const parseInfo: (instance: Coco) => string;