2016-07-23 17:47:23 +00:00
|
|
|
/// <reference types="q" />
|
2016-10-16 00:26:43 +00:00
|
|
|
import 'typings-global';
|
|
|
|
export declare let figlet: (textArg: string, optionsArg?: any) => Q.Promise<{}>;
|
|
|
|
export declare let figletSync: (textArg: string, optionsArg?: any) => boolean;
|