smartcli/dist/index.d.ts
2016-05-23 04:09:06 +02:00

11 lines
460 B
TypeScript

import * as SmartcliChecks from "./smartcli.checks";
import * as SmartcliGetters from "./smartcli.getters";
import * as SmartcliInteractions from "./smartcli.interaction";
export declare let commander: any;
export declare let inquirer: any;
export declare let cliff: any;
export declare let argv: any;
export declare let check: typeof SmartcliChecks;
export declare let get: typeof SmartcliGetters;
export declare let interaction: typeof SmartcliInteractions;