smartcli/dist/index.d.ts
2016-05-10 03:18:40 +02:00

11 lines
478 B
TypeScript

/// <reference path="smartcli.interfaces.d.ts" />
import SmartcliChecks = require("./smartcli.checks");
import SmartcliGetters = require("./smartcli.getters");
import SmartcliInteractions = require("./smartcli.interaction");
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;